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 Chriss Miller 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: berkshirea
  • Content: Threads
  • Order by date
  1. berkshirea

    Radio Button Clicked, Another Radio Becomes Mandatory

    Hi guys, I've got the code below. The first line 'Yes' or 'No' is mandatory. When 'Yes' is clicked, the 2nd line (No, Probably or Yes) becomes mandatory. If 'No' is clicked on the first line, the 2nd line is not mandatory. I've been trying and I can't get it to work as I want it to. Any help...
  2. berkshirea

    Change the Default Pop Up Message

    Hi guys, I have the code below. It's working as I want it to be aside from the default popup message. Is it possible to change the message from "Please check this box if you want to proceed" to "Please select at least one box" Thanks for any help. <html><head> <style>...
  3. berkshirea

    Dropdown, Select, Required

    Hi guys, I have this code. It's a required dropdown. When a user selects 'Red' or 'Blue', the form should submit. When the user selects 'web' a textfield appears and that textfield is required to be filled in. My problem is, when the user selects 'Red' or 'Blue', the form does not submit. Can...
  4. berkshirea

    Getting a value using XSL

    Hi guys, can you give me an idea how to get the value of 'OrganisationId' using XSL? I've been trying but can't get my head round it. Thanks for your help. <?xml version="1.0" encoding="utf-8" ?> <Organisation xmlns:i="http://www.w3.org/2001/XMLSchema-instance"...
  5. berkshirea

    Something like this?

    Hi guys, I apologize if this is not the right place for my question but I just want to ask for your advice how to tackle developing this kind of application or better yet if you know of a ready-made similar script that I could just modify? http://www.topcashback.co.uk/ http://www.quidco.com/...
  6. berkshirea

    Fullsite redirect from mobile version

    Hi Folks, I have 2 aspx pages in VB. 1st page is the full version, the 2nd page is the mobile devices version...both are working fine. The only problem I've got is, I'd like to have a link to the full website from the mobile version, but then since I've got a redirect on the full version, it...
  7. berkshirea

    Turning off tabs view

    Hi guys, My apologies if this is not the appropriate forum for this question. Can I ask for your advice? I want to see all of the contents of the tabs 'Profitability, Growth, Cash Flow, Financial Health, Efficiency Ratios' readily shown and without having to click each tabs to see its...
  8. berkshirea

    Column Sum

    hi guys, can you give me some ideas please? i have a table like this col1 col2 col3 fruits fruitsA 2 fruits fruitsB 2 fruits fruitsC 1 fruits fruitsD 9 vegies vegiesA 2 vegies vegiesB 4 vegies vegiesC 3 drinks drinksA 1 drinks drinksB 3 drinks drinksC 4 drinks drinksD 3 drinks drinksE 1...
  9. berkshirea

    checked checkbox makes textfield required

    hi guys, i've been trying to solve this but no joy so far. the code is below. the first textfield is required and is working. the 2 checkboxes are not required but when the user checks them the textfield opposite them becomes a required field. would you give some suggestions please. thanks...
  10. berkshirea

    Dynamic WHERE?

    hi guys, can you help me out here please. i am testing a simple login page. i have a table something like this: id firstname surname 1 freddie green 2 John West 3 marvin jackson 4 Adam Smith 5 Stephen Lamb i want to return results of everything id=4...
  11. berkshirea

    Laptop - windows 7 wont boot/turns off

    hi guys, can you give me some advice please? the laptop of my friend won't boot up the windows 7. he said that the laptop suddenly turned off when he noticed that the room temperature was high. he said that he had a look if some dust and fluff is inside blocking the fan but said found none. i...
  12. berkshirea

    Multiple Instances of External Page - Ajax

    Hi folks, I am experimenting on this Ajax Page Fetcher and it's been really nice. http://www.javascriptkit.com/script/script2/ajaxpagefetcher.shtml I just would like to ask for your advice as to how would I be able to make it to work for multiple instances of SAME div id? I know I have to...
  13. berkshirea

    Script should not popup when a form is submitted

    hi guys, i have a script here that pops-up when a visitor is to browse away from it, which is working ok. but the moment a form is submitted, it still pops-up, which i don't want. how can i stop this popping up when 'Submit' button is clicked? <body> <script> function goodbye(e) { if(!e) e...
  14. berkshirea

    SQL statement problem

    hi guys, can you please help me out with this sql stement i am trying to figure out. i've been trying but i think my sql skill is still not good. i have a sample table here: wordtexts ip -------- ---------- tokyo 1.1.1.1 singapore 2.2.2.2 london 8.8.8.8 manila 3.3.3.3...
  15. berkshirea

    Replace text on-the-fly

    hi guys, can you give me some ideas? suppose i have a page with the following text: "Singapore, officially the Republic of Singapore, is an island country off the southern tip of the Malay Peninsula, 137 kilometres (85 mi) north of the equator, in the Southeast Asian region of the Asian...
  16. berkshirea

    Replace words

    hi guys, suppose i have a database table: id name link 1 tokyo http://www.test1.com 2 bangkok htt://www.test2.com 3 . . . and when i write on the page the contents of another database table, i want to replace on the fly every intance of the words tokyo, bangkok etc with the code <a...
  17. berkshirea

    Count on different columns

    hi guys, i've got a table like this, where col1 to col3 are checkboxes, it's either ticked or unticked. id - item - col1 - col2 - col3 1 - david -checked - unchecked - checked 2 - david -checked - checked - unchecked 3 - anne -unchecked -checked - checked 4 - peter -checked - checked -...
  18. berkshirea

    Delete a form element

    hi guys, can you give me some tips please. i've been searching around but still no luck. i'd like a script that would delete/remove a textfield by clicking the button/text opposite the textfield. something like below: thisIsMyTextfield -- clickThisToRemoveTextfield thisIsMyTextfield --...
  19. berkshirea

    SQL tip please?

    Hi guys, I got this table: id datefield countfruits 1 5/1/2009 5 2 6/3/2009 2 3 7/2/2009 14 4 8/8/2009 8 5 9/3/2009 4 6 10/12/2009 3 7 11/21/2009 12 8 12/11/2009 20 and I want the recordset to look something like this below. I tried all sorts but...
  20. berkshirea

    Screen Res Test

    Hi guys, I was just wondering about how these guys did this kind of screen res test? What kind of script was used? http://www.infobyip.com/testwebsiteresolution.php http://www.viewlike.us/ Any ideas? Thanks.

Part and Inventory Search

Back
Top