HighDots Forums  

Re: Show/Hide Regions

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Show/Hide Regions in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
neebie
 
Posts: n/a

Default Re: Show/Hide Regions - 07-10-2008 , 10:24 AM






As you can tell I don't work everyday or much less all day. This is a part-time
job so here I am now just getting back to you. I appoligze for the delay.
Here's the address:

http://www.gcfa.org/Testing/results.txt


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Show/Hide Regions - 07-10-2008 , 10:58 AM






Frankly, I'm a little lost here, but looking at your code, I see this -

<form action="Username_Results.asp" method="post"
name="Search_Username" target="_top" id="Search_Username">
<p><strong>The user name you registered with our website
is:</strong>&nbsp;<font
color="#0000FF">&nbsp;<%=(rs_Results_for_Username. Fields.Item("Username").Value)%></font></font><br
/>
<p>
<% if rs_Results_for_Username.Fields.Item("Username") <> "" Then
%>
<%=(rs_Results_for_Username.Fields.Item("").Value) %>

<% else %>
No results were found</p>

Shouldn't this -

<%=(rs_Results_for_Username.Fields.Item("").Value) %>

be this -

<%=(rs_Results_for_Username.Fields.Item("Username" ).Value)%>

???

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"neebie" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
As you can tell I don't work everyday or much less all day. This is a
part-time
job so here I am now just getting back to you. I appoligze for the delay.
Here's the address:

http://www.gcfa.org/Testing/results.txt



Reply With Quote
  #3  
Old   
neebie
 
Posts: n/a

Default Re: Show/Hide Regions - 07-10-2008 , 12:47 PM



Yes, and so am I. Also, I see what you mean about the Halo. I am not very happy
either. What do you recommend? As far as what you said about the ASP Code I
agree with what you say about the Username should come first and the if empty
should be second for the results I am trying to get, but I really don't no how
to write asp and I am stuck, this is why I tried to use DW for the Show/Hide
features and I can't get it to work. Is it something I have messed up in the
code? I have tried to start from scratch and I still get the same results. I am
losing my mind :~(


By the is that you on the website telling about the Halo in the picture? And
can it be fixed so I don't have to start all over?


Reply With Quote
  #4  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Show/Hide Regions - 07-10-2008 , 01:21 PM



Quote:
What do you recommend?
Check the uberlink and MacFly tutorials at PVII -
http://www.projectseven.com/

and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/articles/dropdown/

Or this one (more recent article):
http://tjkdesign.com/articles/Pure_C...down_Menus.asp

Or to get it done fast, go here -

http://www.projectseven.com/tutorial...hide/index.htm

Quote:
the Username should come first and the if empty
should be second for the results I am trying to get
If that's what you got from my post then you didn't read it well. Please go
back and read it carefully.

Quote:
but I really don't no how to write asp
This is a good time to learn. If you are going to do things like this, you
will have to either learn how to do it yourself, or hire someone to do it
for you.

Quote:
By the is that you on the website telling about the Halo in the picture?
Yeah.

Quote:
And can it be fixed so I don't have to start all over?
My picture shouldn't make you have to start over! Can "it" be "fixed"? You
mean your page? I'm sure it can. But you will have to do it....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"neebie" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Yes, and so am I. Also, I see what you mean about the Halo. I am not very
happy
either. What do you recommend? As far as what you said about the ASP Code
I
agree with what you say about the Username should come first and the if
empty
should be second for the results I am trying to get, but I really don't no
how
to write asp and I am stuck, this is why I tried to use DW for the
Show/Hide
features and I can't get it to work. Is it something I have messed up in
the
code? I have tried to start from scratch and I still get the same results.
I am
losing my mind :~(


By the is that you on the website telling about the Halo in the picture?
And
can it be fixed so I don't have to start all over?



Reply With Quote
  #5  
Old   
neebie
 
Posts: n/a

Default Re: Show/Hide Regions - 07-11-2008 , 10:01 AM



Good suggestions! I will check them out. Do you think if I modify the menu it
will be ok? What I mean is will it work properly, or should I start from
scratch?

By the way I won't you to no I wasn't meaning because of your picture I should
start over. I think your kidding me, at least I hope you are.

Also you were right about the code again I did need to re-read it carefully my
focus isn't that good lately I have a lot on the ole mind, and your also right
when you said I need to learn some kind of server code, but my problem is I
don't have enough time right now.

I will learn a little each day I hope from people like you helping me. Thanks
again!!! :~)




Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Show/Hide Regions - 07-11-2008 , 10:52 AM



Quote:
Good suggestions! I will check them out. Do you think if I modify the menu
it
will be ok? What I mean is will it work properly, or should I start from
scratch?
The menu you have will work, except when it doesn't. That's why I said I
don't think it's suitable for use on a site.

Quote:
By the way I won't you to no I wasn't meaning because of your picture I
should
start over. I think your kidding me, at least I hope you are.
Yeah - I was kidding.

Quote:
don't have enough time right now.
<shrug>Where will you find the time to do it over?

Quote:
I will learn a little each day I hope from people like you helping me.
Thanks
again!!! :~)
Good luck!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"neebie" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Good suggestions! I will check them out. Do you think if I modify the menu
it
will be ok? What I mean is will it work properly, or should I start from
scratch?

By the way I won't you to no I wasn't meaning because of your picture I
should
start over. I think your kidding me, at least I hope you are.

Also you were right about the code again I did need to re-read it
carefully my
focus isn't that good lately I have a lot on the ole mind, and your also
right
when you said I need to learn some kind of server code, but my problem is
I
don't have enough time right now.

I will learn a little each day I hope from people like you helping me.
Thanks
again!!! :~)





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.