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 Mike Lewis 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
  • Order by date
  1. JCHallgren

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

    Lrnmore: Now THAT is what I was looking for!!! :) I knew it had to be around somewhere on the Net... THANKS!
  2. JCHallgren

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

    Trollacious: Are you able to get ANY of those Netscape links at that IRT.org site to work? I get a 404 on all... And it was EXACTLY that type of Google search that led to NO results of appropriate type that caused me to ask here!
  3. 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...
  4. JCHallgren

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

    I do ask...but I also attempt to locate answers myself first...even if it takes more time...as I realize the time of folks who help us newbies out is limited and I'd rather have that time spent on those questions that I CAN'T find myself....some don't care...I do :)
  5. JCHallgren

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

    OH! Really? .. Great! The books I have did not show that option at all...the ability to list more than one #ID for common items...once again you have made code better in this household!
  6. JCHallgren

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

    As I said, it's the style block that seems most redundant.. And I had a hellofva time getting that setTimeout syntax to use a passed parameter...but I did figure it out myself! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">...
  7. JCHallgren

    Newbie: How do I best show &quot;info&quot; type msg to user?

    Follow-up question: Is there any way to reduce the redundant style/css code created when I have more than one message text? I figured out (after some hours) how to "call" the show/hide functions from another higher level function so that code is kept minimal...but all those style tags(?) needed...
  8. JCHallgren

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

    Audiopro, you late reply was ok...but I have already coded it in Javascript using cookie and got it working (thanks to tips in that forum)...and most of your reply would not have worked for my site as it uses NO registration...just wanted to save form input for next time...
  9. JCHallgren

    Newbie: How do I best show &quot;info&quot; type msg to user?

    Ok...so in the onLoad, i would "call" a separate function that does the desired tests and calls the showMsg if true.. I've done some reading but have not yet started really using CSS as I needed to get site up and running from a prior one that did not use, so this will be good intro to it...
  10. JCHallgren

    Newbie: How do I best show &quot;info&quot; type msg to user?

    That even makes sense to me! I think.... As I understand it, you are flipping the status of ".display" from on to off after a time value, true? And the message is only shown when it is on...as the default status is off, so msg text is ignored otherwise, right? So in my case, I would not use...
  11. JCHallgren

    Newbie: How do I best show &quot;info&quot; 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...
  12. JCHallgren

    Site viewed at higher res than I have -&gt; how to see thus?

    Thanks pixl8r for the screen shot! I see that my frames at bottom that barely fit on my screen have plenty of room "under" them...not sure how best to handle that without making them too small on a low res system...oh well, more important things to do next...
  13. JCHallgren

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

    THANKS for the replies thus far! Ok...based on that...given that I really doubt anyone is typing in actual URL to sub-pages (other than me!), that issue should not be a problem... Also, the majority of my users (I think) have JS on...and there is no logical reason (that I see) to right-click on...
  14. 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...
  15. JCHallgren

    Site viewed at higher res than I have -&gt; how to see thus?

    Hi all! I have seen at least four visits to my site referred from the link in prior post..but...so far, NO one has given any feedback here! Please give me some ideas [thumbsup][thumbsdown] folks :-)
  16. 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!
  17. JCHallgren

    Site viewed at higher res than I have -&gt; how to see thus?

    That Browsercam idea seems to be JUST what I was looking for! but as backup, for pixl8r, my (admitedly simple) site is www.chatmroomcc.info Opinions are welcome :)
  18. JCHallgren

    Site viewed at higher res than I have -&gt; 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...
  19. JCHallgren

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

    As promised, here is what I ended up with.... The issues I had with mwolf00's code included: 1) it had tpGMTstring instead of toGMTstring 2) it used onUnload instead of onSubmit (critical!) 3) almost all cookie writes (I found later) use escape/unescape on value to prevent unexpected separators...
  20. JCHallgren

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

    After much effort, i got my cookies working! There were a few minor but critical errors in the code given...I suspect one was just a typo...thus it took me quite a number of hours to get it going...however, I also adapted it to a slightly different style of usage...as found on another...

Part and Inventory Search

Back
Top