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

  1. briancostea

    list-style: sqaure doesn't show

    Thanks, monksnake!
  2. briancostea

    list-style: sqaure doesn't show

    monksnake - The list-style property is a shorthand property for setting all the properties for a list in one declaration. Foamcow - that's all the css on the page. The popAnalyze sets the width and margins. Does that have something to do with it?
  3. briancostea

    list-style: sqaure doesn't show

    Anyone know why this won't display correctly? It will only display the squares in the ul if i specify in the list-style: square inside; instead of list-style: square inside; CSS: #popAnalyze { background-image:url(../images/popAnalyze.gif); background-repeat:no-repeat; height:150px...
  4. briancostea

    Jump to another part of the same page after a postback

    no need to get upset, ca8msm. my table is longer than a page. i didn't post it because what's in the table is not relevant. you are right about not getting anywhere, like i said before you wanted the html, it's works when i used cesark solution. thanks for all the help.
  5. briancostea

    Jump to another part of the same page after a postback

    i kust posted what the html is. the only difference is the script is after the </table>, but before the </html>. like i said before, it works fine when i use the id of the table row.
  6. briancostea

    Jump to another part of the same page after a postback

    hot sure what exactly you want me to do? here's what didn't work: sub Page_Load() if ispostback then ... Dim sbFocus As New StringBuilder sbFocus.Append("<script language='javascript'>" & Environment.NewLine) sbFocus.Append("window.location.href='#bottom'"...
  7. briancostea

    Jump to another part of the same page after a postback

    no need to. as i said, it is working the way i want it to. besides, i have alreasy posted all relevant code. thanks - brian.
  8. briancostea

    Jump to another part of the same page after a postback

    i had to make the same change that cesark did. appearently, a .net page will not jump to an anchor tag. i even tried <a href="#bottom">test</a> at the top of my page, and that link didn't work either. i have achieved what i needed to, thanks much for all your help.
  9. briancostea

    Jump to another part of the same page after a postback

    ca8msm, i amde the changes you suggested, but no luck. i have <a id="bottom" /> at the bottom of my page. the script executes, but the page is still at the top. the address, however, is index.aspx#bottom. quite the mystery?
  10. briancostea

    Jump to another part of the same page after a postback

    thanks, cesark but no dice. the SaveScrollLocation () code is not being executed.
  11. briancostea

    Jump to another part of the same page after a postback

    i discovered that the onscroll() event is on being triggered. i'm not sure why, maybe it has something to do with the version of ie i am using? for some reason the SaveScrollLocation function is not being called. how did you get yours to work?
  12. briancostea

    Jump to another part of the same page after a postback

    cesark, did you get your solution to work? after reading the article you posted, i cannot set the value of __SCROLLLOC correctly, it is always zero. i think that the onscroll event is not triggering. any idea's?
  13. briancostea

    jump to a bookmark in validation routine

    it didn't work. it never jumps to the location. i added an alert() to be sure the code was being executed, and sure enough the page loads at the top and stays there.
  14. briancostea

    Jump to another part of the same page after a postback

    it was the </script> tag, i had to break it up. it doesn't jump the the location, however
  15. briancostea

    jump to a bookmark in validation routine

    this won't work for me. i am doing the validation in vb, so i cannot call a javascript function.
  16. briancostea

    Jump to another part of the same page after a postback

    ca8msm - your didn't even compile when i tried it. will you double check your test page, please?
  17. briancostea

    jump to a bookmark in validation routine

    thanks, i didn't find that post when i searched.
  18. briancostea

    jump to a bookmark in validation routine

    Is it possible to achieve the following scenario with .net? I set up a bookmark in a form. For example, <a name="a"> When the user submits the form, a validation routine is called to verify the contents of the form. If there is an error, I want to go to bookmark “a”. Does anyone know the VB...
  19. briancostea

    DBNull error

    same error, but thanks for taking a look see.
  20. briancostea

    DBNull error

    i believe that is what i am doing with the iif() statment. it should return "" if the field is null.

Part and Inventory Search

Back
Top