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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. arundahar

    Window Focus

    err modal dialog...please expand...and explain!! Cheers.. I cannot write anything to the pop-up window by the way. The pop-up could be a few file types (html, asp, pdf, xls) etc.. There's obviously something happening when loading the pdf as opening other webpages works fine and the pop-up...
  2. arundahar

    Window Focus

    Hi, i have a webpage that in turn calls a window.open command on a new URL (generating a pop-up window) and refreshes itself. Basically focus is being returned when the pop-up is another webpage, but when i try to open a pop-up linking to a PDF the focus is lost. The pop-up loads up...
  3. arundahar

    Dynamically changing the class of an element

    hmm, what i actually meant is to change this : class='Show' to class='Hide' rather than the actual className itself.. Doesn't there have to be a document. before your example?
  4. arundahar

    Dynamically changing the class of an element

    I have 2 frames on my page. How do i change the "class" of an element using javascript? Thanks A.
  5. arundahar

    Shared Folder

    How can i programmatically create a Shared folder using VB? Any links or articles would be handy.. And i know i can right-click and select "Share"!! A
  6. arundahar

    Form Validation

    yes but no hidden fields will work with a redirect. All form information will be lost won't it!?
  7. arundahar

    Validation without Javascript

    Hi, i have a form with over 20 fields on it. I want to submit this page, storing any filled in details, and redirect the user if there are any errors and highlight them. How do i do this WITHOUT using Javascript? How do i store the values the User has ALREADY entered and return them back to...
  8. arundahar

    Form Validation

    Hi, i have a large form of data. I think the best way to check this form is to submit the page to another "handling" page. The form has over 20 fields on it. Do i have to go through each field saying: If Len(strUsername) = 0 then response.redirect "previous_page?errorcode=&quot...
  9. arundahar

    Iterating through a Form

    thanks for the help. I can't use Session Variables however, any other way of doing this? Either way it looks like i'm going to have to do loads of If statements and return the errors through the Querystring.
  10. arundahar

    Server Include Files

    nope, using either File or Virtual, cannot get this to work... I don't think it is actually possible.
  11. arundahar

    Server Include Files

    Hi, firstly IS it possible to include a file from a different website. e.g <!--#include file=&quot;http://www.abc.com/1.html&quot;--> and secondly, how do you do it? Thanks Arun
  12. arundahar

    Iterating through a Form

    Hi, i have a large registration page which has about 23 fields on it for the User to fill in. 20 are mandatory the rest optional. Most are TEXT, some are SELECT, some are CHECKBOXES. How can i check each of these form elements (using ASP only!) without writing out: If Len(strUsername) = 0 Then...
  13. arundahar

    IFRAME

    yeah but i can't get ILayer's to work...! I can't get the navigation of the Ilayer to stay within the ILayer, it just redirects the main page! Help!
  14. arundahar

    IFRAME

    Rob, do you know the equivalent (and how to use it) in NS 4? Is it an Ilayer? I'm having real problems with it...
  15. arundahar

    Netscape Problem

    This doesn't solve the navigation from &quot;within&quot; the other site. When you click a link on there it's still going to redirect the browser to that page rather than keeping it within the ILayer... A
  16. arundahar

    Netscape Problem

    Hello. On my page i have an <IFrame> tag that displays a site's share price info/charts etc in. Problem is this does not work in Netscape 4.7. I've tried using the ILayer tag, but when you click a link within the Layer it redirects the browser straight to that page rather than stay enclosed in...
  17. arundahar

    Serving PDF's

    Hi we have links on our site that launch a new IE window with the location of a PDF file in it. For most users the PDF opens fine, but for some it sometimes hangs or doesn't open at all saying &quot;Internet Explorer cannot download from the site&quot;. Could this be individual Javascript...
  18. arundahar

    &quot;Calling&quot; Javascript

    email processing?? what are you talking about? the processing down the page displays products on the page, and no this can't be moved up as it's a complex page which has all sorts of validation going on. I want the Javascript to run WITHOUT any user interaction, the best i've heard so far is the...
  19. arundahar

    Dynamically changing the Title of a webpage

    yeah but i need ASP to proces first, i can't change the TITLE at the top as i don't know what to call it yet!
  20. arundahar

    &quot;Calling&quot; Javascript

    err no, this same page just reloads every time displaying different products. As the processing is further down the page this code isn't very helpful..

Part and Inventory Search

Back
Top