Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kbubly #1
HTML question
Hi,
I have a simple HTML ques. I need to have date filed.
Say user can select a specific date("Equal") or he can as well select dates
range("between"). Now I want to have a dropdown menu,which has Equal and
Between values.If the user selects "Equal", only the first date field should
appear.If he selects "between", both the date fields should appear.
Please help me in this regard,
kbubly Guest
-
Basic HTML question
I am new to web design and I have done my homework but can't find the answer to this one. I have an html template that I was working from, very... -
HTML table question
Hi there, I hope you can help me, I`ve got a problem with a HTML table. I`ve got 3 rows with 3 categories. Every link must be shown (obviously)... -
php/html question
Greetings, I am using PHP with MySql for a small website. I have : <?php mysql_connect("myhost.mydomain.com","myuser","mypass"); $query =... -
newbie question--PHP to HTML
Hi, Many apologies if this isn't the correct forum to ask a "newbie" question...if that's the case, please just tell me where the best place for... -
[PHP] PHP/HTML Question
I have a quick question about PHP and HTML. I have a page that is supposed to update the "status" of hosts by pinging each host and displaying... -
kbubly #2
Re: HTML question
I could find the solution..Just posting it if someone needs.
<td width="45%" height="18"><span class="style20"><font face="Verdana,
Arial, Helvetica, sans-serif">Scan Date</font></span>
(mm/dd/yy)<td width="27%" height="18"><span class="style20"><font
face="Verdana, Arial, Helvetica, sans-serif">
<SELECT name="dateOp" onChange="showhideField()">
<OPTION value="1" selected>Equal To</OPTION>
<OPTION value="2">Between</OPTION>
</SELECT></FONT></SPAN>
</td>
<td width="20%" height="18"><INPUT type="text" name="fromDate"
size="12"></td>
<td width="20%" height="18">
<div id='hidarea' style='visibility:hidden;'>
and <INPUT type="text" name="toDate" size="12"></div>
</td>
<tr>
JavaScript:
<SCRIPT language="JavaScript">
function showhideField(){
if(document.searchForm.dateOp.value==1)
{
document.getElementById("hidarea").style.visibilit y="hidden";
}
else
{
document.getElementById("hidarea").style.visibilit y="visible";
}
}
</script>
kbubly Guest
-
eyesi #3
html question
how can I make a browser do not show the bar on a image that mention :save,print etc.
It's very enoing in my design.
thanks
eyesi.
eyesi Guest
-
-
eyesi #5
Re: html question
no I mean when you go over the image with your mouse you get an enoing bar on the picture
eyesi Guest
-
evropa #6
Re: html question
im not sure what you mean, can you post a link to your webpage?
might you mean a title? [url]http://evropa.bravehost.com/Untitled-1.html[/url] the image displays "nadine coyle" when you hover it
evropa Guest
-
Murray *TMM* #7
Re: html question
Put this in the head of the page -
<meta http-equiv="imagetoolbar" content="no">
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"eyesi" <webforumsuser@macromedia.com> wrote in message
news:dmd7pd$bo0$1@forums.macromedia.com...> how can I make a browser do not show the bar on a image that mention
> :save,print etc.
> It's very enoing in my design.
> thanks
> eyesi.
Murray *TMM* Guest
-
eyesi #8
Re: html question
Thanks buddy now it's really great, the site is not ready yet but it looks great already.
eyesi Guest
-
Murray *TMM* #9
Re: html question
I'm glad to help....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"eyesi" <webforumsuser@macromedia.com> wrote in message
news:dmfb8c$93i$1@forums.macromedia.com...> Thanks buddy now it's really great, the site is not ready yet but it looks
> great already.
Murray *TMM* Guest
-
johnrkofonow #10
Re: html question
Is eyesi speaking of the image toolbar that only IE users see? I agree, it's a pain, but it's built into the browser. I wasn't aware of the meta tag that would remove it. Excellent.
johnrkofonow Guest



Reply With Quote

