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 Rhinorhino 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 ACSTechie

  1. ACSTechie

    How to make the ASP code work in all browsers

    Thanks for your suggestions guys..Will check that right now and see whats happening and will get back
  2. ACSTechie

    How to make the ASP code work in all browsers

    Hey guys, I have an asp page that works perfectly fine in IE and doesn't work in mozilla. I have never worked on this type of problem before...Can any one suggest me what should I do to make sure which part of the ASP is giving the problem and what should I do to make it work in all the...
  3. ACSTechie

    call asp page when html page loads

    And here is my default.asp page The code in the red is where the include page is being called. <html> <head> <title>FightCancer.org :: Index Page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="Javascript"...
  4. ACSTechie

    call asp page when html page loads

    Thank u Troll and Monk. Thanks a lot for your quick response. It worked. I have one more problem... I have a default asp page which includes many other asp pages. I need one of the include asp page to get refreshed dynamically with in some time and not the whole default asp page. The include...
  5. ACSTechie

    call asp page when html page loads

    Hey Paul I saw your post. And my problem is very similar to yours. I need to call a script src call from an asp page. Here are my sample files. testdynamicCall.asp <html> <head> <title>Hello</title> </head> <body> Hello World!! <script language="javascript" src="testdynamic.asp"></script>...

Part and Inventory Search

Back
Top