close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Advance time from one list to another list

Thread begun 2/13/2011 3:39 pm by bill173836 | Last modified 2/14/2011 9:32 am by CraigR | 1984 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

Sign in to reply to this post

CraigRBeta Tester

if i understand you correctly, you may be able to achieve this using the dynamic dropdowns extension

Sign in to reply to this post

Jason ByrnesWebAssist

You would need to hand code a javascript function that would loop through all of the items in the second list to rest their values based on the selection made in the first list.


This wont be supported by any of the available web assist extensions.

Sign in to reply to this post

CraigRBeta Tester

if you have dynamic dropdowns extension, you can use 2 recordsets to create a dynamic array, so that options for the second dropdown depend on the choice made in the first.

testdd.php

here, choosing 6.00 or 6.30 as the first option ensures that the second option contains only items at least 2 hours later, up to 4 hours later

choosing 7.00 as the first option reduces options in the second dropdown to 2-3 hours later

Sign in to reply to this post

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