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 bkrike 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: *

  • Users: JCHallgren
  • Content: Threads
  • Order by date
  1. JCHallgren

    Best source of downloadable JS .chm/.html "ref manual"?

    I've been looking around...but have not yet found a good place to find a file similar to the PHP or Perl manuals that I can download. Found various links to some on Netscape site but most are dead links... I'm a newbie who would like to have some up-to-date, non-vendor specific ref material...
  2. JCHallgren

    Newbie: How do I best show "info" type msg to user?

    (So very new to JS so not sure even what to look for) When users who meet certain (ie: referrer, user-agent, etc) criteria come to my main page on site, I would like to show them a msg similar to a pop-up but not using that function. Is there a feature in JS that would temporarily overlay a...
  3. JCHallgren

    Newbie: How do I detect wrong referrer on my page?

    I have a simple site that uses a main "index.html" and sub-pages of "showTC.html". How would I detect that someone began viewing site at any page other than main index? (Some folks have bookmarked the showTC.html page). I would like to give them some sort of msg (maybe a error box?) to ask...
  4. JCHallgren

    Can JS prevent refresh/reload of unchanged page?

    Total newbie here...Have website with one page that is/gets quite large (guestbook postings)...is there a way in JS to block re-downloading when user does F5 or similar (with all that overhead) if the page has not been updated by someone else in the meantime? Thanks!
  5. JCHallgren

    Site viewed at higher res than I have -> how to see thus?

    Quite new to this...have created a site using laptop at 1024x768 res and AceHTML free...so I can see how site looks at my res or less...but I have logs that show site was viewed at 1280x1024...is there any way that I can get some idea of what they see? I know that in low res, my site gets kinda...
  6. JCHallgren

    How do I "escape" a set of fields? I'm a stumped newbie!

    Ok...I'm VERY new to this...have read as much as i can find online...but I don't get it...here is what i have: CD = "CRuserName:" + escape (document.CRaddForm.CRuserName.value ) + "|" + "CRuserEmail:" + escape(document.CRaddForm.CRuserEmail.value); I need to have the form values...
  7. JCHallgren

    How whould I preload user data on FORM? via cookies?

    Newbie + First time post here so be gentle, please.. I have posted this in another forum but wanted the JS input also...I have one days knowledge of JS so... I have a simple guestbook that uses a input FORM in HTML to get data...and then a Perl CGI to process it...(which works great!) I would...
  8. JCHallgren

    How to preload user data on form via cookie & Perl/CGI?

    Hi! (Was told to post this here for better answers) New to this (HTML/PERL) but have just read most ALL the SSI Faq links.. Have a simple chatroom based on a variant of a guestbook script...works fine...but would like to save users name/city/st (after a succcesful posting) so that when they...
  9. JCHallgren

    How to preload user data on form via cookie & Perl/CGI?

    Hi! New to this (HTML/PERL) but have just read most ALL the SSI Faq links.. Have a simple chatroom based on a variant of a guestbook script...works fine...but would like to save users name/city/st (after a succcesful posting) so that when they return again, i might (assuming cookie was there)...
  10. JCHallgren

    newbie wants to count nbr of substr in a text string. How?

    I am VERY new to this! And have looked thru what i have avail here...not sure what I'm looking for... I have a text string (comments from a guestbook) that i want to see how many times certain strings occur in it.. The key one is "http://" as more than 2 will be a sign of a spam post...is there...
  11. JCHallgren

    Any sites that support free Perl usage for guestbook?

    In follow-up to prior thread, I'm looking for a free or very cheap place to host a guestbook using updated vers of Matt's Script Archives...I've looked but not sure exactly what/where to look... My current site is on FreeWebs so I don't get any Perl/CGI...is there somewhere I can link to from...
  12. JCHallgren

    Emergency! Our guestbook is getting trashed by HTML!

    TOTAL NEWBIE here! I belong to a Chatroom that uses common freeware code...we are having problem with spammers posting HTML comments "<!--" and "-->" that knock out OUR post entries...i am trying to assist the owner of list with problem... will setting "$allow_html to 0" block HTML code from...

Part and Inventory Search

Back
Top