tunaroll Posted November 11, 2007 Posted November 11, 2007 I need to come up with a script that will basically create a custom html page for me. I'm thinking I could simply open input boxes along the way to allow me customize the page when the script is run. I have searched the forum but not found anything like this. Does anyone have a script that I could use as a starting point for something like this? Thanks in advance.
searchresult Posted November 11, 2007 Posted November 11, 2007 I need to come up with a script that will basically create a custom html page for me. I'm thinking I could simply open input boxes along the way to allow me customize the page when the script is run. I have searched the forum but not found anything like this. Does anyone have a script that I could use as a starting point for something like this?Thanks in advance.why would you do that when you can download BlueVoda or Dreamweaver or some other program to do that and just download template or something like that or you can download free aspx web page creator Microsoft visual web developer? Or I don't understand what you want.
DaleHohm Posted November 11, 2007 Posted November 11, 2007 Take a look at the source for the function _IE_Example in IE.au3 Also look at _IEBodyWriteHTML and _IEDocWriteHTML as well as _IEDocInsertHTML and their examples. Dale Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
tunaroll Posted November 12, 2007 Author Posted November 12, 2007 Yeah, all three of those functions will be useful for me. Thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now