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. damipera

    Q4/20xx-20xy

    Hi guys, I've got the SQL code below. When the CompletionDate is 25/12/2022 the output is Q3/2022-2023, which is what I want. But when the CompletionDate is 14/02/2023, the output is Q4/2023-2024. How do I make it so that the output is Q4/2022-2023? Thanks for any insight guys. 'Q' + (...
  2. damipera

    Won't Redirect

    Hi guys, I have this code below that supposed to evaluate if the values of the textfield and the session token are equal. If they are equal they will be redirected to google. The thing is, they are both equal always but it doesn't redirect to google. I don't know what I am doing wrong. Please...
  3. damipera

    Checkboxes - At Least 1 is Selected?

    Thanks feherke ..Thats awesome! Have a good day.
  4. damipera

    Checkboxes - At Least 1 is Selected?

    Hi guys, I have this checkboxes: <input name="BookBox" id="BookBox" type="checkbox" value="12" />Assess <input name="BookBox" id="BookBox" type="checkbox" value="14" />Communication <input name="BookBox" id="BookBox" type="checkbox" value="4" />Family <input name="BookBox"...
  5. damipera

    Autobrowse in Javascript?

    thanks feherke... thats cool!
  6. damipera

    Autobrowse in Javascript?

    Hi Spamjim, I have tried that before I posted here but it didn't work like what Feherke said. The page won't load, it's been denied.
  7. damipera

    Autobrowse in Javascript?

    Hi guys, I have seen this AutoBrowse and I was just thinking if maybe this can be achieved using javascript? http://www.ilovefreesoftware.com/18/windows/internet/autobrowse-automatically-browse-websites.html Thanks for any help.
  8. damipera

    A TextBox Should Be Filled In

    hi vacunita, as always. YOU ARE AWESOME! thanks very much
  9. damipera

    A TextBox Should Be Filled In

    hi ggriffit, this is my form <form name="myform"> <p><textarea id="textarea1"></textarea></p> <p><textarea id="textarea2"></textarea></p> <p><textarea id="textarea3"></textarea></p> <p><input name="submit" type="submit" value="submit" /></p> </form> thanks for your help
  10. damipera

    A TextBox Should Be Filled In

    hi guys, i have a form with 3 textboxes, how do i make sure that at least one of the 3 textboxes have been filled in when a user clicks a submit button? Thanks for any input.
  11. damipera

    Parent Child Radio Buttons

    hi feherke, YOU ARE AWESOME!!! thanks very much!
  12. damipera

    Parent Child Radio Buttons

    hi feherke, this is what i have so far and i can't make it to work. when i click the 3rd radio button, the form doesn't alert me that i need to tick one or more of the checkboxes underneath it. i'm not sure what i'm doing wrong, what am i missing? thanks for your help. <html...
  13. damipera

    Parent Child Radio Buttons

    hi feherke, what if checkboxes have different names?
  14. damipera

    Parent Child Radio Buttons

    hi feherke, thanks for that. but how would i modify the code if instead of radiobuttons for the 3 childradio buttons, they are now checkboxes? thanks for your help
  15. damipera

    Parent Child Radio Buttons

    hi guys, can you help me out please. if i have: parentradiobutton1 parentradiobutton2 parentradiobutton3 -childrediobutton1 -childrediobutton2 -childrediobutton3 parentradiobutton4 parentradiobutton5 how do i make childrediobuttons mandatory if parentradiobutton3 is selected? thanks...
  16. damipera

    XML Atom, XSL, Pagination

    i am now able to call that xml in asp page and managed to show some entries using xsl. i am stuck now as to how to have pagination on the asp page using those red "links" above. if you can give me an idea how to do it in html and xsl context, i'd really appreciate it. my apologies. i dont...
  17. damipera

    XML Atom, XSL, Pagination

    . hi k5tm, thanks for that. can you please show me how i can implement the pagination? .
  18. damipera

    XML Atom, XSL, Pagination

    hi guys, can you please help me that should show the contents of this xml using xsl please? also there are the links (colored red). i want to use those also for pagination. i've been searching the net and been trying all sorts but not been successful. i 'd really appreciate your help. <?xml...
  19. damipera

    RSS Atom feed pagination

    hi chris, is it ok if you could give me some sample codes please? i don't know where to start. thanks. (by the way, the red-colored bit in the above code is the pagination bit which i don't have a clue how to implement.)
  20. damipera

    RSS Atom feed pagination

    hi guys, i have been using this Rss2html script: http://bytescout.com/?q=/products/developer/rss2htmlpro/how_to_display_rss_using_asp.html and this is working fine but what i want is to also have a pagination on this .asp page. can you advice of ways to achieve this? below is the atom sample...

Part and Inventory Search

Back
Top