The official web hosting company for the BlueVoda Website Builder. You are currently viewing our support forum as a guest which gives you limited (read only) access. By joining our support forum you will be able to ask questions, participate in discussions and receive assistance. Registration is fast and simple. Click Here To Join our support forum today! We look forward to helping you build and publish a fantastic website.
Here's how you can create a combo**** dropdown menu using BlueVoda:
1. Create a new form, give it the name GoMenuForm
2. Clear the action and encopting type fields (so they're empty!)
3. Add an Advanced Button to the form change the name to Go
4. Set the properties to these values:
Value: Go
Button type: OnClick
OnClick action: Execute Javascript function
OnClick value: GoMenuFormLink()
5. Add a combobox to the form and launch the object properties
6. Set the name to: GoMenu
7. Add a new item with Item Text: Select a link and Initial state: Selected 8. Now it's time to add you links for example:
Click Add to add a new item:
Item Text: Microsoft
Value: http://www.microsoft.com
And another one:
Item Text: Vodahost
Value: http://www.vodahost.com
9. The final step:
Right click the form and select Object HTML add this code to the Before Tag box: <script language="JavaScript">
function GoMenuFormLink()
{
var a = document.GoMenuForm.GoMenu.options[document.GoMenuForm.GoMenu.selectedIndex].value +"";
I know this thread is old and I think BlueVoda has added the Go Menu tool.
I want the initial item to read "Select a Site" with no value.
Both this code and that generated by the Go menu tool tries to go to the web url: "Select a Site". How do you stop this.
I thought the code a!='' would stop this but it doesn't
also where in this code does the target="_blank" go?
I am sure you experts can tell me an easy solution.
It is old. It is reffering to an older BV version, when the Go Menu didn't yet exist. Now you do have it ready, and the first item (Select a link) is inactive
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Thanks I thought it was.
However I still get get a page not found error as it looks for a web page.
When I enter an initial value.
I even moved it to item 1 and no initial value but you just get an empty box.
I can't give a link because I have changed it to a form as per the sample.
There is an advantage in this in that you can set the colours easily.
Sorry but i can't follow you. The "Select a link" item is not active in BV's Gomenu. The rest of the links are. Have a look at www.navaldesign.info/Tips/gomenu.html
Maybe i'm missreading your posts ?
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Hi, I have successfully created the combobox, but whenever I publish it on the internet browser, there is this message appear. Can anyone please teach me how to avoid this message from appearing whenever I load the page? Cheers.
*Please click on the attached thumbnails below to see the problem I am having.
You get this only in preview, when published it will be ok.
Navaldesign Logger Lite:Low Cost, Customizable, multifeatured Login script Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart DBTechnosystems.comForms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more.... Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment