Quote Originally Posted by infusional View Post
Hello everyone!
I have a way of doing this- and I'd like to share it with everyone.
First off- this works on absolutely and type of computer, so long as it has a text document [not microsoft word] just plain text document or notepad will do.
Next, type this in on the first line (do not forget the spaces) : onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

thats all!!! You can do lines like this :

onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")
onclick=msgbox ("<put what you want>",any number,"<put what you want for the blue bar>")

... and despite what you click it will move onto the next box.
In fact- you can try this as an example - copy and paste it into notepad:

onclick=msgbox ("Vista has encounted an error and may need to shut down.",67,"Error detected!")
onclick=msgbox ("Vista has identified an error and will shut down in order to protect your files.",894375,"Vista has detected an error")
onclick=msgbox ("Confirm shutting down? All your unsaved progress may be lost.",17,"Vista has detected an error")

There! Now remember each 'onclick...' must have it's own line. Ok, now save it as- something.vbs [*.vbs is important!!!] by click on the drop down and click 'all files' instead of '*.txt' Now you saved it, access it and it will appear! Despite clicking cancel it will still move on to the next box.
This is great for pranks and tricks, you edit the text- and the numbers. The numbers are the choices there are. Take '894375' and when you access it- you have only one choice. Just have a go- it's great!!! Don't worry, nothing bad will happen- it's just a trick- it won't really restart.

All the luck in the world,

Mike.
[any queries, just ask and I'll help]

Mike, would you know a way to replace the "onclick" for something that makes the pop up box appear after a certain amount of minutes has passed?

Thanks in advance,
Victoria