227 Topics

Member Avatar for
Member Avatar for jonsan32

Can my dropdown menu produce a link instead of textbox? Is it possible? If so, how? <script type="text/javascript"> function fifa() { var frm = document.forms[0]; var abc = frm.browsers.value; if (abc === "A") frm.text1.value = "https://ical.bookeo.com/20212KWWNLA1396F7FEA1BWFW3J6/LHRAKRK63FAMPJP6/Z/I212JNW9WR139D70085E3/ical.ics"; else if (abc === "B") frm.text1.value = "https://ical.bookeo.com/20212KWWNLA1396F7FEA1BWFW3J6/LHRAKRK63FAMPJP6/Z/I21263C4FA139C15D7BAC/ical.ics"; else if (abc === "C") frm.text1.value …

Member Avatar for jonsan32
0
247
Member Avatar for shrutika_03

i have to provide permission for 1 menu from the main menu in vb.net, the ADD menu should be accessed only by the admin n not by other employees. how do i do this? is there any command for it?

Member Avatar for G_Waddell
0
148
Member Avatar for elmer0727

Hi, Please help on this. How can I let the buttonmenus shows when the toolbar menu is clicked? Here is my code: Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) Select Case Button.Description Case "Maintenance" 'I want to display submenus when this is clicked! 'button menus: '1.) Employee '2.) company '3.) department …

Member Avatar for AndreRet
0
631
Member Avatar for matrixracetips

hey guys, im trying to change a menu items color, if a user was on the members section, the member menu icon would be a different colour to the other menu items etc. initially the menu item <li> has no css class assigned to it, but once they visit a …

Member Avatar for matrixracetips
0
225
Member Avatar for jigarsangoi

![index3](/attachments/large/3/index3.jpg "index3") I want to create menu style given in image when i clicked menu it opens its content, but when i clicked to 2nd menu it closes previously opened menu and open 2nd menu. please see image so you get perfect idea what i want to say...if you have …

Member Avatar for JorgeM
0
223
Member Avatar for spj-Athlon

I want to control an external program from Delphi, so I spawn a process using CreateProcess. Based on ideas I adopted from Neil Rubenking, I then create a menu tree using TTreeView. The items in this tree are clickable, and clicks can also be emulated by me sending keyboard events …

Member Avatar for pritaeas
0
235
Member Avatar for phil.sutton

I am learning C++ and having difficulty getting my code to compile. I get errors while compiling using VS2010, everytime I attempt to fix the errors it seems to cause a snowball effect of compilation failures. Can someone look over the code and maybe give me some hints on how …

Member Avatar for phil.sutton
0
186
Member Avatar for XerX

Hello. I want to make a File->Open menu functionality to this program. In JMenuBar I think I create everything correctly but it doesn't display when I run it. How do I display it and make the Open functionality work? package oimg; import java.io.*; import java.net.*; import java.awt.*; import java.awt.event.*; import …

Member Avatar for NormR1
0
602
Member Avatar for rajesh1158

Need an Hello world example of how to add an item in the context/pop-up menu in eclipse plugin development. (menu should pop-up when we right-click anywhere in the workspace).

Member Avatar for JamesCherrill
0
297
Member Avatar for sujitpatil444

hi, i want to disable menu bar button(left-top) in office 2007 word document opened in windows form. please provide sample code. ASAP Thanks in advace...

-1
214
Member Avatar for DGray678

I have a Spry menu on this page: http://www.allaboutbags.ca/notmadeincanadamyth.html when I view it in IE it is perfect (a straight black menu bar across the page) but when I view it in Firefox all the menu items are bumped to the right of the page stacked on top of each …

0
87
Member Avatar for diknas

#include <conio.h> #include <iostream> using namespace std; int main() { int A[10][10],m,n,x,y,sum=0; //Create a Matrix cout << "Enter number of rows and columns in Matrix A : \n"; cin>>n>>m; cout << "Enter elements of Matrix A : \n"; for(x=1;x<n+1;++x) for(y=1;y<m+1;++y) cin>>A[x][y]; //Find sum of each row for(x=1;x<n+1;++x) { A[x][m+1]=0; for(y=1;y<m+1;++y) …

Member Avatar for phorce
0
269
Member Avatar for DyO1

Hello. I'm going to show you how to make a pop-up (right-click) menu that you can edit 1.Select the application you want to edit,or create a new one 2.add ContextMenuString 3,You are going to see a menu on the top of the form,juat add the stuff you want to be …

1
105
Member Avatar for cgull

Hello, I have a sprite dropdown menu that works fine everywhere besides IE9. In IE9 the menu just doesn't drop. I have search the net for 2 days trying to find a solution with no success. My html code: <div id="nav"> <div id="menu"> <ul> <?php if($title == "Home"): echo '<li …

Member Avatar for cgull
0
276
Member Avatar for alanlee9898

Hi, I have problem with the dropdown menu overlapping. http://bit.ly/KSmtJT suppose the "leafs" will show the drop down menu. Please help! Thanks.

Member Avatar for milon09
0
161
Member Avatar for baller_r

Im trying to build a drop down menu like the one on this site: http://www.debijenkorf.nl/. I know css and i have built normal horizontal menus before,but not with drop down menus. I would like some info on how to build this. Thanks.

Member Avatar for almostbob
0
109
Member Avatar for Paulxh

CSS code: .pdmenu ul {margin:0; padding:0; width:220px} /* basic settings */ .pdmenu ul li {position: relative} /* where 2nd level list will be rendered */ .pdmenu li ul {position: absolute; left:100px; top:0; display:none} /* where 2nd level list will rendered when turned on */ .pdmenu ul li a {display:block; text-decoration: …

Member Avatar for JorgeM
0
333
Member Avatar for ramganesht

I have question in creating a dynamic menu items. my require ment is as below. In my web site the menu items are 'Education' 'Leasure' 'Quotes' In Education i have sub menu items like colleges, schools, science, maths. In Leasure i have sub menu items like movies, resorts, parks, lakes. …

Member Avatar for diafol
0
149
Member Avatar for edhardt

Hello all, I have a simple html/css based drop down menu. It works fine in Chrome, however it doesn't work at all in IE 8. Does anyone have a fix for this? The link to the site is: http://cecvp.net.s41035.gridserver.com/ Thanks for anyone who helps me out!

Member Avatar for drjohn
0
203
Member Avatar for REPattinson1

Hi :), I'm sorry if I've posted this in the wrong section, but I was just wondering if anyone could help me with my CSS code? For one of my uni modules, I have to design a simple website with 5 webpages and 3 CSS. Basically, I messed my code …

Member Avatar for gabrielcastillo
0
187
Member Avatar for lewis92

Hi I populate a drop down menu like this: <select name="mySelect"> <?php $result= mysql_query('SELECT DISTINCT Year FROM MonthlySales'); ?> <?php while($row= mysql_fetch_assoc($result)) { ?> <option value="<?php echo htmlspecialchars($row['Year']);?>"> <?php echo htmlspecialchars($row['Year']); ?> </option> <?php } ?> </select> Then build a HTML table like this: <?php while( $row = mysql_fetch_row($results) ) …

Member Avatar for diafol
0
1K
Member Avatar for migelitto

Hi. I am making JMenuBars in my way but i start to understand, that my way ir crap! :D So I want to know, if there is a way, **how to know, which item from menu is set.** For example - i have menu with actors - i choose one, …

Member Avatar for migelitto
0
197
Member Avatar for drjay1627

Hello, I have a menu in a webpage. I am looking to make the code reusable for another page, that way I can manage the links in one place rather than multiple page. Anyone know a way to do this? Thanks Drjay

Member Avatar for JorgeM
0
128
Member Avatar for kukula

Hi there, during developing website for my father's company ( [website](http://www.pgum-sill.pl/nowa_strona/index.html) ) I find out that I have problem with personalization of different lists. In this case I wanted to make a floating menu like thise one here: [Floating Menu](https://d2o0t5hpnwv4c1.cloudfront.net/018_Floating_Menu/demo/dhtml_float_menu_final_nettut.html) (this page is from this [Tutorial](http://net.tutsplus.com/tutorials/html-css-techniques/creating-a-floating-html-menu-using-jquery-and-css/)) At the pages above …

Member Avatar for fobos
0
314
Member Avatar for sallecpt

HI there Could someone PLEASE help me; I have a drop-down menu on my site and when I hover, the drop-down goes behind the content. This is the address : [URL="http://www.beds24.co.za"]www.beds24.co.za[/URL] I dont know how to fix this, I've tried so many different settings. This is my CSS file. The …

Member Avatar for prasad.learner
0
708
Member Avatar for deval90

/***** The prompt i have is : use a class with 3 member functions named InputMatrix, Calculate, and OutMatrix. The program will prompt the user to (e)enter the matrix data, (c) to calculate the matrix multiplication, (d) to display the input and output matrices, and (q) to quit. no exit() …

Member Avatar for mike_2000_17
0
248
Member Avatar for kukula

Hi there, I would like to make kind of a menu/content like it is on this site: [homebroker.pl/oferty_pracy/wyslij_cv/1](https://homebroker.pl/oferty_pracy/wyslij_cv/1) When you click "zobacz" it expand smooth. Do I have to use some jQuery code to do this?

Member Avatar for dany12
0
84
Member Avatar for paintballer1518

Currently having trouble completing my code homework for my class. Help would be greatly appreciated. Write a menu-driven C++ program to manage employee data. Your program should begin by reading in a file of employee information (filename employdata.txt). Each data line contains the following information: {hire date} {employee ID} {salary} …

Member Avatar for paintballer1518
0
2K
Member Avatar for emreozpalamutcu

Here is list of things I want to do: Display context menu strip only when mouse is over the item and right clicked on it, the code I have for that is this: [code]private void contextMenuStrip1_Opening(object sender, CancelEventArgs e) { if (listView1.SelectedItems.Count == 0) e.Cancel = true; } private void …

0
109
Member Avatar for cris92

Hi. I'm fairly new to HTML and CSS, but I'm currently studying IT. For a project we've been asked to create a website on a topic of our choice. Anyway, my issue is that I have followed a tutorial on how to create a drop down navigation menu with only …

Member Avatar for Philippe.Lahaie
0
277

The End.