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 derfloh 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 EntLover

  1. EntLover

    Javascript alert, same as msgbox?

    Using confirm will still give me the OK and CANCEL buttons instead of YES and NO. I guess I'll have to stick with those.
  2. EntLover

    Javascript alert, same as msgbox?

    Hi, would anyone know if its possible to create a YES/NO alert box in javascript that imitates the vbscript message box. I saw some code for the "confirm" JS alert but it looks like it only displays OK and CANCEL for buttons, I need YES and NO. Any ideas???
  3. EntLover

    Passing values between ASP pages

    Exactly what I needed, and it works fine. Thanks a lot you made my day!
  4. EntLover

    Passing values between ASP pages

    Thanks a lot for the info, I am learning more and more (the end of the tunnel is still very far tough :-)) Would you guys know how to pass a value using "windows.navigate". I saw an example like : document.location "someASP.asp?Text=&Text" but I can't seem to make it work...
  5. EntLover

    Passing values between ASP pages

    What if I need to send the same info to two different pages. Can I use post twice?
  6. EntLover

    Passing values between ASP pages

    Hi, I am a total newbie to ASP & VBSCRIPT and I would like to know how to send data entered by the client to an asp page. It has to be done inside a vbscript sub called by a button. I tried : Sub mySub windows.navigate "someASPpage.asp" end sub but I am not sure how to pass the...

Part and Inventory Search

Back
Top