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 SkipVought 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: LEICJDN1
  • Order by date
  1. LEICJDN1

    Window.location.reload AND anchors???

    Hmmm. Another thought - does the above method using location.href work correctly with an ASP link? What I mean is does it force a genuine refresh with a re-do query of the ASP or just reloaded the client side HTML? This is getting more complicated than I thought!
  2. LEICJDN1

    Window.location.reload AND anchors???

    Or link it to when the pop up window is complete?
  3. LEICJDN1

    Window.location.reload AND anchors???

    Ahh, spoke too soon! It does reload the pager to the correct anchor but it is happening too quickly! What I mean, is that by clicking the link this diverts to an ASP page which updates the date setting in the database and then forwards on to actual link. Trouble is the reload occurs very...
  4. LEICJDN1

    Window.location.reload AND anchors???

    Fiddled around in the end and came up with this solution: onClick=location.href='URL#anchor'; Seems to work. Cheers all.
  5. LEICJDN1

    Window.location.reload AND anchors???

    Excuse my possible ignorance but how does this allow me to implement reload with focus on a particular anchor? What I need to do is similar to href='blah.html#thissection' but as the link already contains a href anchor opened in a new window I would like to reload the main window via an onclick...
  6. LEICJDN1

    Window.location.reload AND anchors???

    HI, I have a small web based ASP database application to manage my references. Part of the section gives a list of links and date last accessed. When a link is clicked the datbase is updated to the current date and the link displayed in a new window. I also have the following event to ensure...
  7. LEICJDN1

    Querystring size problem?

    Ahhh, good point - will do!
  8. LEICJDN1

    Querystring size problem?

    I have a simple ASP database pages to list some useful references and links. All works fine, except for a couple where it appears the whole link data is not being correcly passed. The link is correct in the fiels in the database (set to 255 chars) but when the table displaying the links is...
  9. LEICJDN1

    Stumped - weird link problem driving me insane

    Thanks for your help Drex, have given a star for your patience and advice.
  10. LEICJDN1

    Stumped - weird link problem driving me insane

    ** Update time ** Carried on trying to fathom it out with no success. Tried everything. Even ended up re-writing application. Finally talked myself into the timing of installation of Service Pack 2 and the problem, so... bit the bullet and uninstalled SP 2 and now... Works fine! Bizarre -...
  11. LEICJDN1

    Stumped - weird link problem driving me insane

    Thanks, I do have a seperate ASP site online, so if I get time I might try uploading the whole thing there and see if problem persists. What is most frustrating is that I cannot see any logic in the behaviour or potential reasons. Also very little - if anything at all - out there on KB or...
  12. LEICJDN1

    Stumped - weird link problem driving me insane

    Drex, thanks for your detailed reply. Here are some more comments / observations. I ran the output through the W3C validation and corrected a couple of minor errors but now validates fine. Problem still persists. The querystring section is used to offer a search be letter function. There is...
  13. LEICJDN1

    Stumped - weird link problem driving me insane

    Update time. Corrected my poor implementation of Querystring as per Drex's advice, and added Expire command. Situation unchanged - PDF links appear, mouse changes, right click and save as works, but links do not open on left click. Copy and paste source and save as HTMl works fine. Time to...
  14. LEICJDN1

    Stumped - weird link problem driving me insane

    Thanks for the responses - all good stuff. @ Drex - thanks, I had not considered that. It might explain why the ASP 'version' fails but source code as html is fine. @Genimuse - I am not sure that is the answer as PDFs open normally from other web pages and also this one if ran as html but I...
  15. LEICJDN1

    Stumped - weird link problem driving me insane

    Sorry, forgot to add. If I right click the link and choose "save target as" that works fine, so clealry not a problem with correct link / file location etc. Also, straight copy and paste of source into notepad and saving as html works fine! Any ideas as to why this is happening?
  16. LEICJDN1

    Stumped - weird link problem driving me insane

    Hi all, I originally posted this on the CSS section as I beleived that to be the issue. Now I am not so sure. Basically I have a little web based ASP database program I constructed to catalogue references running in wwwroot. Previously all worked well, but now I have a weird link problem and...
  17. LEICJDN1

    Can CSS affect links or is it SP2?

    Thanks Chris, I had wondered about that hence my attempt at running with no CSS by renaming it - the problem persisted. Does that rule Z-index faults out? JDN
  18. LEICJDN1

    Can CSS affect links or is it SP2?

    Thanks, must be something to do with my source code then? Although I have not edited it at all but it has stopped working. I also tried renaming the CSS sheet so that the base application cannot find it - but the links don't work. So, the 'native' source does not work with or without the CSS...
  19. LEICJDN1

    Can CSS affect links or is it SP2?

    Weird problem. I run a small ASP database application on my hard drive acting for cataloguing references. Works perfectly. Searching populates a table with file details, the name set a link to the PDF so it can be opened in a new window via "_target=blank". I used it for the first time in a...
  20. LEICJDN1

    Redirects - META or server side?

    Thanks all, plenty there for me to play and learn with.

Part and Inventory Search

Back
Top