Skip to main content
Search titles, bodies, and author names
Found 19,331 posts across 1 forum.

asp- printing html from url — #1

Hi, Could someone please share with me some sample code of how to use vbscript on an ASP page to display the html of another url? (I know that this is an ASP question posted on a…
MacNN Troubleshooting by mondayisgreat

asp- printing html from url — #2

The trickiest part of this is actually getting the remote URL. First question: are you trying to do this with server-side VBScript (as part of the ASP page), or client-side VBScri…
MacNN Troubleshooting by Millennium

asp- printing html from url — #3

I'll prefix this by saying most of what i've done on the windows side has been with c# in asp.net if you're using visual basic.net, microsoft has a nice tutorial for how to downlo…
MacNN Troubleshooting by clam2000

javascript for changing mouse cursor — #1

hi does anybody know where I can find a javascript that will change the mouse cursor or add text next to it (in a little box or something) on a rollover? I've seen it before but ca…
MacNN Troubleshooting by yugyug

javascript for changing mouse cursor — #2

You can do that via CSS, via the cursor property. You can see a list of available methods of doing this here. As for the text (I assume you mean a tooltip?), just specify a title …
MacNN Troubleshooting by Oisín

javascript for changing mouse cursor — #3

thanks oisin - I never knew that <title> tag existed. sooo easy but can I ask - 1. whats the simplest way to format the text box (like make the background white) 2. and is…
MacNN Troubleshooting by yugyug

javascript for changing mouse cursor — #4

I should add that I found this javascript that does allow you to change the format of the boxes but my head is spinning trying to figure out how to implement it on an image based w…
MacNN Troubleshooting by yugyug

javascript for changing mouse cursor — #5

Quote: Originally Posted by yugyug 1. whats the simplest way to format the text box (like make the background white) Good question, really. I don’t actually know. I suppose…
MacNN Troubleshooting by Oisín

javascript for changing mouse cursor — #6

Quote: Originally Posted by Oisín Good question, really. I don’t actually know. I suppose tooltips are somehow accessible, but I have no idea how, or where in the document hiera…
MacNN Troubleshooting by Chuckit

javascript for changing mouse cursor — #7

Quote: Originally Posted by Chuckit I don't believe they are. They're just an implementation detail of how the title attribute is rendered, not a DOM element unto themselves. …
MacNN Troubleshooting by Oisín

javascript for changing mouse cursor — #8

Quote: If possible, it is definitely far more elegant to do it in CSS, and usually requires much less work. this one uses a .css file and also .js file and se…
MacNN Troubleshooting by yugyug

javascript for changing mouse cursor — #9

YAY! managed to implement that last one on my website yugyug.com Its pretty neat. but a bit buggy - i noticed a few things: > The mouseout command to turn it off is the same …
MacNN Troubleshooting by yugyug
mp.ls