Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SashiRaveendran

  1. SashiRaveendran

    do you still worry about netscape 4.x?

    The more developers continue to write websites that support that peice o'crap the longer people will hold on to it. N4, be gone with u!
  2. SashiRaveendran

    Which code editor do you use?

    I used to be a hand coder that was happy using notepad. Then i discovered ultraedit. This app has so many useful features. Some of my favourites features is the file search and replace feature. At work we also developed our our content management system and we were actaully able to configure...
  3. SashiRaveendran

    Swapping swf files - is it possible?

    there is no real loss in changing the innerHTML of the div. Simple and effective. I dont think there is any other way using script alone on error goto hell
  4. SashiRaveendran

    help with two onLoad statements

    your formatting looks a little wonky. try.. <body onLoad=&quot;top.Eml.location.href='../../_Shell/Comments.asp'; top.Help.location.href = '../../_Shell/Help.asp?which=g'&quot;>
  5. SashiRaveendran

    Sorting a select box

    take a look at this page for select box auto sort code: http://www.mattkruse.com/javascript/selectbox/ on error goto hell
  6. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    'Personally, I'd rather use the Internet as a tool to get my work done more efficiently and get off it as quickly as possible to live in the real world.' -Are you sure about that? You've logged into this site more than 2000 times in the last year, thats a hell of a lot of time on the net for...
  7. SashiRaveendran

    Submit to self

    true. on error goto hell
  8. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    im thinking more warez on error goto hell
  9. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    can that execCommand be used in IE4? Please say yes on error goto hell
  10. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    adam101, WOW!!! That change everything. Im surprised i havent seen greater usage of this command. I can only see its usage being malicious on error goto hell
  11. SashiRaveendran

    hidden fields in select

    while you are looping instead of writing out the hidden fields in the select list (which is invalid html) why dont you just build a string with the hidden fields in then once you have written out all the options and written out the </select> tag then response.write your hidden fields string. I...
  12. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    ok so netscape 6 doesnt error but it does seem to freak a little when you call window.stop as it does not load the next page immediately. If you click in the address bar and hit return it does eventually go the the required page. Not so for netcape 4 though. I suppose its a good thing that very...
  13. SashiRaveendran

    Does IE have an equivalent of Netscape's window.stop()

    febwgdk, you just found a nice little flaw i would say. I just tested that little idea out and it worked <html> <body onunload=&quot;window.stop()&quot;> </body> </html> open this page in Netscape 4 and try and move off the page once you have loaded it. It even works on netscape 6 you have...
  14. SashiRaveendran

    two jscripts in one file

    have a good holi on error goto hell
  15. SashiRaveendran

    Target

    in script you can change the target by calling the forms target property... <script> ... document.formName.target=&quot;_blank&quot; </script> on error goto hell

Part and Inventory Search

Back
Top