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

  1. dinosf

    Cookie Creation and Deletion

    That's the issue I'm having - I don't know how to modify the script in the html side to add in the path, and if I use that method I need to know where the path leads so I can specify it in the aspx side (e.g. if the page that creates the cookie is located at ./wwwroot/App/Pages/page.aspx is the...
  2. dinosf

    Cookie Creation and Deletion

    Hi guys - I have an issue (mainly that I know so little about javascript) in an asp.net page I am creating. On the page I have several drop down lists that I use the value of the selected value to create a cookie, then on page load I look for that cookie value and depending on what it is I know...
  3. dinosf

    Multiple keys for javascript cookie

    Perfect. Thank you so much.
  4. dinosf

    Multiple keys for javascript cookie

    Hey guys - Sorry for the basic question, but my javascript knowledge is small, I've got an app that I'm developing and need to use a cookie the document.cookie(name=value) works fine, but I'm not sure of the syntax to assign multiple keys to the same cookie (e.g. is is document.cookie("name")...
  5. dinosf

    cookie create not working for value

    Hey Guys - Thanks for everyone who read this, the cookie was fine, it was the way I was subsequently reading it in .NET that was the problem. Thanks again for your time.
  6. dinosf

    cookie create not working for value

    hey guys - apologies for 2 posts today, I gave up on the solution I previously asked for and have one that is very close to working but I can't figure out the value issue I'm adding an onclick event to an image button, I want it to set up a cookie and then get it later. The problem is that the...
  7. dinosf

    append querystring variable to URL on form submit

    Actually it's a moot issue the hidden field option won't work in this case, becuase I need to know which image button out of the ones generated was clicked, adding a hidden field at run time would not solve the problem, as if I could hook into the hidden field to indicate which one was selected...
  8. dinosf

    append querystring variable to URL on form submit

    I'm concerned that there will be a speed issue with that method, the queries and code to pull the correct rates in the first place are complex, to have to run it again, might be an issue as I'm already having timing issues and adding in another server intensive query on this, the busiest page of...
  9. dinosf

    append querystring variable to URL on form submit

    Hey guys - I confess I don't know javascript well, I am writing an ASP.NET application and I need help with a snippet of code to accomplish something that .NET makes very difficult. Here's what I'm doing. I have a page with a table of rates and deductibles, in this table is a series of dynamic...
  10. dinosf

    Open Window Params don't work

    Thanks for the suggestion, actually I already did that and have used similar code successfully. Though I think I just figured out the problem.
  11. dinosf

    Open Window Params don't work

    On my site I have a slide out menu of choices that open new windows for the user to view info. The windows open fine but I would like to set a pre-determined size in pxls. I have tried variations on the code I use in other places that opens windows at a pre-set size, I think I'm just missing a...

Part and Inventory Search

Back
Top