User Profile

Collapse

Profile Sidebar

Collapse
DougB
DougB
Last Activity: Dec 10 '06, 04:28 AM
Joined: Nov 3 '06
Location: West Vancouver, BC
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • OOooops,

    I guess I should have added some of the code so you can see what I'm up against, sorry..

    Code:
    createCatalogDB();
    if (total_ordered > 0) {
      document.writeln('<a href=shoppingcart.html>' + 'view shopping cart</a>');
    }
    else {
      document.writeln('Shopping cart is empty.');
    }
    document.writeln('<hr>' + '<br />');
    
    for (var
    ...
    See more | Go to post

    Leave a comment:


  • Need to add a popup feature to existing pages...HELP

    I'm desperately trying to find a way to add a popup function to a database thats already existing so that database items show as a popup in a store setting...can anyone take a run at helping a newbie here...

    Thanks Gang
    DougB
    See more | Go to post

  • iam_clint...

    many thanks, works like a charm. I also see my original mistake in not calling it from an id too...thanks again! Also note to Aric many thanks as well...
    Cheers Guys!

    DougB
    See more | Go to post

    Leave a comment:


  • Hoooooeeeeee... .well here's the test page I did (minus the correct mailto: address of course). It allowed the send no problems without valdiation. This is the code I've used and you'll note that the Email called for in the javascript is now what is being sent by the form

    Code:
    <html>
    <head>
    <title>Test</title>
    <script type="text/javascript" src="validation.js"></script>
    ...
    See more | Go to post
    Last edited by DougB; Nov 7 '06, 06:39 PM. Reason: screwed up the code function

    Leave a comment:


  • Greetings Gand,

    I tried resetting the form values to reflect Email instead of E-mail from the form which is calls up the javascript. It didn't make any difference, can anyone help please...

    DougB
    up to my ears in frustration...s igh
    See more | Go to post

    Leave a comment:


  • Anyone....help please

    DougB
    See more | Go to post

    Leave a comment:


  • Here's the entire code...

    Code:
    <form name="myForm" id="myForm" action="mailto:me@myPlace.com?subject=Member Sales" method="post" enctype="text/plain">
      
                <table>
                    <tr>
                      <td colspan="1">Name</td>
                      <td colspan="2"><input name="ID"
    ...
    See more | Go to post

    Leave a comment:


  • Hey Aric,

    Still not working (sorry I had to take off for a day or two here and no wireless where I was). Would it help you to know that I'm also using a javascript "reset" function in the form? I'm starting to pull out my hair..haha

    DougB
    See more | Go to post

    Leave a comment:


  • Aric,

    Many thanks, I'll try it later on tonight. Much appreciated...

    DougB
    See more | Go to post

    Leave a comment:


  • DougB
    replied to Arrrgggh...validation not defined
    in Java
    If the moderator of this Forum would be so kind as to delete this post as it has been re-posted in the javascript Forum. Currently I have no "Delete Post" function to clear the post myself on the Forum. Many thanks.

    DougB
    See more | Go to post

    Leave a comment:


  • DougB
    started a topic I'm Lost ....Help. Validation not defined...

    I'm Lost ....Help. Validation not defined...

    Hey Gang, aside from mistakenly posting this in the Java Forum first it's my first time here so be gentle. I've been learning javascript through our local college and have run up against a problem. Maybe someone can help.

    I'm using a simple validation script (external js) but continually get the same message "validation is not defined" and I can't get it to work for me.... Here's the code I'm using to access my form:
    ...
    See more | Go to post

  • DougB
    replied to Arrrgggh...validation not defined
    in Java
    Thanks Kotoro,

    I just realized that there are two seperate Forums, my bad. I'll get the post going over there.

    DougB
    See more | Go to post

    Leave a comment:


  • DougB
    replied to Arrrgggh...validation not defined
    in Java
    I've received a new validation not defined error referencing the page the scipt is generating from and its referencing the declaration part of the html scripting...?

    <?xml version="1.0" encoding="UTF-8"?> What am I missing...sigh. Lost in java hell...

    DougB
    See more | Go to post

    Leave a comment:


  • DougB
    started a topic Arrrgggh...validation not defined
    in Java

    Arrrgggh...validation not defined

    Hey Gang, first post here so be gentle. I've been learning javascript through our local college and have run up against a problem. Maybe someone can help.

    I'm using a simple validation script (external js) but continually get the same message "validation is not defined" and I can't get it to work for me.... Here's the code I'm using to access my form:

    function validation(docu ment.forms.myFo rm) {
    ...
    See more | Go to post
No activity results to display
Show More
Working...