close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Advance time from one list to another list

Thread began 2/13/2011 3:39 pm by bill173836 | Last modified 2/14/2011 9:32 am by bill173836 | 1700 views | 3 replies

bill173836

Advance time from one list to another list

I have two lists/menus that are start and end times and I want to make the end time list/menu advance 2 hours from whatever is chosen in start list/menu. The values in both of the list/menu are

<select name="Time" class="Body" id="Time">
<option value="">Choose Start Time</option>
<option value="06:00:00">6:00 am</option>
<option value="06:30:00">6:30 am</option>
<option value="07:00:00">7:00 am</option>
<option value="07:30:00">7:30 am</option>
ETC........

<select name="Time2" class="Body" id="Time2">
<option value="">Choose End Time</option>
<option value="06:00:00">6:00 am</option>
<option value="06:30:00">6:30 am</option>
<option value="07:00:00">7:00 am</option>
<option value="07:30:00">7:30 am</option>
ETC........

any ideas on how to accomplish this? you can find my file at startend.php

----------------------------------------------------------------

I also tried this javascript but it doesn't add the additional 2 hours it just repeats the first value.

<script type="text/javascript">
function cfunc()
{
document.getElementById("Time2").value=document.getElementById("Time").value
}
</script>

<select name="Time" type="text" id="Time" onmouseup="cfunc()">
<option value="">Choose Start Time</option>
<option value="06:00:00">6:00 am</option>
<option value="06:30:00">6:30 am</option>
<option value="07:00:00">7:00 am</option>
<option value="07:30:00">7:30 am</option>
ETC..........

<select name="Time2" class="Body" id="Time2">
<option value="">Choose End Time</option>
<option value="06:00:00">6:00 am</option>
<option value="06:30:00">6:30 am</option>
<option value="07:00:00">7:00 am</option>
ETC...........

You can find this at 2fields.php

Thanks

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...