Search found 16 matches

by Ralls
Sat Sep 20, 2008 1:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help Incorporating HTML Form Code
Replies: 1
Views: 1802

Need Help Incorporating HTML Form Code

I'm trying to incorporate the following HTML "form" code into an aI menu element: <input name="terms" type="text" onFocus="this.value=''; this.style.backgroundImage='none'; this.style.paddingLeft=0" value="Search" size="18" maxlength="...
by Ralls
Wed Oct 31, 2007 7:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help with Javascript link -- {SOLVED}
Replies: 1
Views: 1974

Re: Need Help with Javascript link

I solved the problem. Here's the code:

aI("text=Link;url=javascript:clickfunction=show('template33');image=test1.gif;overimage=test2.gif;imagepadding=4;imageposition=right;");

FYI
by Ralls
Wed Oct 31, 2007 12:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help with Javascript link -- {SOLVED}
Replies: 1
Views: 1974

Need Help with Javascript link -- {SOLVED}

I'm trying to incorporate this javascript link into the menu as an aI line: <a href="#" onclick = "show('template33');return false;">Link</a> Can someone show me how to accomplish this? I've tried a number of things suggested in the forum, but can't seem to get it to work. Here i...
by Ralls
Fri Oct 26, 2007 11:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with pageimage and bookmarks
Replies: 3
Views: 9866

Re: Problem with pageimage and bookmarks

I can't provide a link at the moment, but here is a screenshot of your site from which I can demonstrate the problem. I'll try to be a little more specific: http://www.ehole.com/example.jpg First, imagine that all the links shown are bookmark links on the same html page. If I were to click the first...
by Ralls
Fri Oct 26, 2007 11:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with pageimage and bookmarks
Replies: 3
Views: 9866

Problem with pageimage and bookmarks

One section of my main menu links to a single page that has multiple bookmarks on that page. When I link to a bookmark, the double arrow pageimage correctly shows in front of the bookmark link on the menu. However, if I then link to another (or any subsequent) bookmark on the same page, the pageimag...
by Ralls
Thu Jan 25, 2007 7:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change border color on one side
Replies: 6
Views: 4850

Ruth, first thank you for the prompt reply. I just deleted that page and I'm having a problem locating the post about stylesheets and border colors. I thus no longer have the code to show you. However, I do remember that you were the author of the reply suggesting the solution I was trying. It wasn'...
by Ralls
Thu Jan 25, 2007 6:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change border color on one side
Replies: 6
Views: 4850

Ok, the style sheet solution that was posted didn't work for me.

Is there a simple way to change the "bordercolor" value for only one side of a menu item? I would like to change the bottom border color of a menu item.
by Ralls
Thu Jan 25, 2007 5:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change border color on one side
Replies: 6
Views: 4850

I found the answer in another post.
by Ralls
Thu Jan 25, 2007 5:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change border color on one side
Replies: 6
Views: 4850

Change border color on one side

Is it possible to change the border color of a menu item on one side only? If so, do you have an example of the language/wording used?

Thanks very much.
by Ralls
Wed Jan 24, 2007 2:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

Variable

One last point. Just to make sure I understand, is it correct that I could use "_mywindow" or "_global" or "_newwindow" or "_[something else]" in place of "_W"? The reason for this question is that I really don't know what terms would support the res...
by Ralls
Wed Jan 24, 2007 1:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

One more question

Thanks, that really helps.

One last question. I take it the "_W" acts like a variable and could be any value, including "_mywindow" as I used in the form button code. Is that right?

I really appreciate your help.
by Ralls
Wed Jan 24, 2007 12:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: No variable
Replies: 0
Views: 3048

No variable

Andy, No, I haven't set the variable as I don't know how to do that. How would I set a variable to "w" so that it applies to this aI code (and where would I do it)? Or, if there is an easier way to accomplish the same thing without a variable, please let me know. Maybe that would be simple...
by Ralls
Wed Jan 24, 2007 12:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

This is my attempt at an aI link

Andy, first thanks for the prompt help. The form code I provide works as html in my page (domain changed) and provides the new window I desire. In my menu, here is my attempt an an aI link that accomplishes the same function: aI("text=Test;url=http://www.domain.com/index.html; target=_new;targe...
by Ralls
Wed Jan 24, 2007 11:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

Form Button Link...

I don't want an actual button on my menu, I just want an aI link that accomplishes the action of the form button. I'm sorry I wasn't clear.
by Ralls
Wed Jan 24, 2007 10:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

To be more specific...

My primary interest is how to code the form button link so it works as an aI menu link (not what the target name is). I've tried several approaches without success. I'm sure I'm missing something simple. Any help putting this form button link in the right aI format would be greatly appreciated. Than...
by Ralls
Wed Jan 24, 2007 9:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Convert Form Button Link to aI Menu Link
Replies: 10
Views: 6408

Convert Form Button Link to aI Menu Link

I have a form button link that I would like to convert to a regular aI menu link but I'm having problems. Here is the form button code: <input type="button" value="ENTER" onClick="var mywindow = window.open('http://www.domain.com/index.html','portal','height=5000px,width=500...