Greetings from a newcomer ...
I have been working on automating tasks involving HTML authoring and was delighted to find FCKEditor .. it is truly a wonder.
Using VB/VBS is it possible to toggle the "source" button in the toolbar??
With web pages I use the likes of:
Set IE = CreateObject("InternetExplorer.Application")
IE.Navigate "website"
IE.Visible = True
Wscript.Sleep 8000
IE.Document.All.Item("Passwd").Value = "password"
etc etc
I'd dearly love to find a scripting solution to turn the "source" button active on startup of the browser and ideally use a script to toggle it off after pasting in some source html.
Any ideas gladly received ...
Cheers
KiwiAl
I have been working on automating tasks involving HTML authoring and was delighted to find FCKEditor .. it is truly a wonder.
Using VB/VBS is it possible to toggle the "source" button in the toolbar??
With web pages I use the likes of:
Set IE = CreateObject("InternetExplorer.Application")
IE.Navigate "website"
IE.Visible = True
Wscript.Sleep 8000
IE.Document.All.Item("Passwd").Value = "password"
etc etc
I'd dearly love to find a scripting solution to turn the "source" button active on startup of the browser and ideally use a script to toggle it off after pasting in some source html.
Any ideas gladly received ...
Cheers
KiwiAl
