thaihoang2812 0 Posted January 26, 2007 this code#include <IE.au3>While 1 $oIE = _IEAttach("sex.com", "url") If IsObj($oIE) Then _IENavigate($oIE, "http://disney.go.com/playhouse/today/index.html") EndIf Sleep(500)WEndhow do i can edit this code then $oIE = _IEAttach("sex.com", "url") have 2 url ?$oIE = _IEAttach("sex.com","gay.com", "gays.com", "url") but not workplese help me Share this post Link to post Share on other sites
someone 6 Posted January 26, 2007 (edited) While this is a general support forum and we do try to help everyone who asks please be considerate of what you post. You could have extremely easily changed those words to something else. Plus your script looks as though you are trying to redirect disney.com to a sex site... not something that in my opinion anyone should help you achieve. EDIT: I believe I didn't understand fully what the OP was trying to do with his script; as he might be doing the opposite of what I said. If that is true I apologize but still believe you should take the time to not post code like this when its so easy to change it to something that isn't at all offensive. Edited January 26, 2007 by someone Hide someone's signature Hide all signatures While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd Share this post Link to post Share on other sites
thaihoang2812 0 Posted January 26, 2007 THIS CODE : IF YOU GO TO SEX.COM THEN SOFTWARE GO TO http://disney.go.com/playhouse/today/index.html") Share this post Link to post Share on other sites
Jos 1,849 Posted January 26, 2007 (edited) THIS CODE : IF YOU GO TO SEX.COM THEN SOFTWARE GO TO http://disney.go.com/playhouse/today/index.html")relax ... *click* Edited January 26, 2007 by JdeB Hide Jos's signature Hide all signatures SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites