HTML Help

Status
Not open for further replies.

becroydon

In Runtime
Messages
283
erm bascically i have a site www.becroydon.co.uk and it has a built in js script to detect spyware in you internet browser, i want to add link under the results, like "whats this?" and then a small window will come up, no address bar or file, edit, view toolbar......this will then display a definiton of what the script is telling the user......can anyone help??

thanks
 
the only way i know how to do something like that is to use some javascript. i personally don't know it or i would right it for you. looko up javascript on google, and then try and find something about windows.
 
<span style="cursor:hand" onClick=window.open ("the URL of the page", "definition", config="height=123, width=456, toolbar=no,
menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no")>What's this?</span>
 
ok i got that working, but someone else gave the script, although the thing is it opens in the top left side of the screen, which property can i add to make it open center screen
 
Status
Not open for further replies.
Back
Top Bottom