Apologies. In my line of work, it's too easy to forget about Netscape - or indeed any other non-microsoft browser. Thanks to Websmith for putting me right.
I don't believe this is possible, and intentionally so. Back and forward functionality is very useful, of course, but think about it - would you want every site on the web to be able to rifle...
You can supply the url which you wish to add to favourites to the method like so:
window.external.AddFavourite('http:\\www.hello.com\thissite\thispage.html');
...only you're not going to need those types in the Dim statements in vbscript, nor the index after the "next" statements.
I don't know for sure, but I don't think you'll get away with Redim (0...
Hi all.
Thanks to Brad for the position, the introduction and for thinking of something nice to say about me based on a couple of emails and my codeguru history...
Hi gurus.
Has anybody successfully employed the onReadyStateChange event of the RDS data control?
I've tried all the usual event-handler associations:
onReadyStateChange="myFunction();" as a HTML...
Hi gurus.
Simple question - I have alert();, which is fine, I have prompt();, which is fine, but how can I duplicate msgbox("whatever", vbYesNo) in javascript?
I have oncontextmenu="return false;" and oncontextmenu="javascript:return false;" as attributes (it's a <TH> tag, incidentally, but I don't suppose it matters), and the resultant behaviour is...