PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > simple form query
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
simple form query

Réponse
 
LinkBack Outils de la discussion
Vieux 02/06/2008, 12h50   #1
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut simple form query

hi,

i used to know how to do this in DW but forgot and am hoping someone can
me. please go to:

http://video-excel.com/seasonform.html

all you really have to do is click on the SEARCH button since SUMMER 2008 is
displayed first. see how it sends you to the Yayy! page?

Now select FALL 2008 and click SEARCH; obviously it's going to the same page.
i know there is some way that when you select FALL 2008, you can make the form
go to another page than the Yayy! page, but i don't know how. any ideas?

PS - i work within a CMS system. i must make this work using a simple
<form></form> in the HTML body of the page. no databases, no ASP, no fancy
coding. sorry i just burst that bubble for the programmers out there :-)

the deaf guy.

  Réponse avec citation
Vieux 02/06/2008, 13h05   #2
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

Use DW's Jump Menu.

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g20mq2$22$1@forums.macromedia.com...
> hi,
>
> i used to know how to do this in DW but forgot and am hoping someone can
>
> me. please go to:
>
> http://video-excel.com/seasonform.html
>
> all you really have to do is click on the SEARCH button since SUMMER 2008
> is
> displayed first. see how it sends you to the Yayy! page?
>
> Now select FALL 2008 and click SEARCH; obviously it's going to the same
> page.
> i know there is some way that when you select FALL 2008, you can make the
> form
> go to another page than the Yayy! page, but i don't know how. any ideas?
>
> PS - i work within a CMS system. i must make this work using a simple
> <form></form> in the HTML body of the page. no databases, no ASP, no
> fancy
> coding. sorry i just burst that bubble for the programmers out there :-)
>
> the deaf guy.
>


  Réponse avec citation
Vieux 02/06/2008, 13h57   #3
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

thanks and that works great. but the problem is the jump menu generates a
script that needs to be placed in the <head>. since i'm working within a CMS
system, everything must be in the body section (HTML) of the page. is this
possible?

  Réponse avec citation
Vieux 02/06/2008, 14h40   #4
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

MOve the javascript from the head to the body.

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g20qnd$3st$1@forums.macromedia.com...
> thanks and that works great. but the problem is the jump menu generates a
> script that needs to be placed in the <head>. since i'm working within a
> CMS
> system, everything must be in the body section (HTML) of the page. is
> this
> possible?
>


  Réponse avec citation
Vieux 02/06/2008, 15h32   #5
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

hi - i did that and it works. but then i copied the entire info and pasted it
into the CMS system and when you do that, it automatically erases the <script>
code. can you think of a way to fool the CMS system so it accepts it?

  Réponse avec citation
Vieux 02/06/2008, 15h37   #6
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

So, it erases the <script> tags? Or just the content between them?

Can you link to an external js file?

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g2109f$9sd$1@forums.macromedia.com...
> hi - i did that and it works. but then i copied the entire info and
> pasted it
> into the CMS system and when you do that, it automatically erases the
> <script>
> code. can you think of a way to fool the CMS system so it accepts it?
>


  Réponse avec citation
Vieux 02/06/2008, 16h14   #7
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

i pasted the script as well as the content into the "body" of the CMS page.
when i clicked on preview, and tested, it didn't work. then i went back and
noticed that the script code disappeared.

here is the page in question - you'll notice that the script is gone, even
though i pasted it in there above the form.

http://cpso.gallaudet.edu/x15614.xml

  Réponse avec citation
Vieux 02/06/2008, 18h07   #8
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

Your script is still there. But the jump menu is not in a form. It has to
be to function. Place it within another form there.

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g212o4$chq$1@forums.macromedia.com...
>i pasted the script as well as the content into the "body" of the CMS page.
> when i clicked on preview, and tested, it didn't work. then i went back
> and
> noticed that the script code disappeared.
>
> here is the page in question - you'll notice that the script is gone, even
> though i pasted it in there above the form.
>
> http://cpso.gallaudet.edu/x15614.xml
>


  Réponse avec citation
Vieux 02/06/2008, 18h50   #9
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

umm, i don't think it's there any more murray. i don't see it. here is the
same info on a plain-jane HTML page:

http://video-excel.com/800.html

see the <script> info on the above? if you look at the CMS page, that
<script> info is not in the CMS page any more. so obviously that's why the
jump is not working on CMS because it is working on the plain HTML page.

any other ideas?

  Réponse avec citation
Vieux 02/06/2008, 19h15   #10
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

I copied that code from the page.

The jump menu MUST be inside a form.

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g21bsb$mbb$1@forums.macromedia.com...
> umm, i don't think it's there any more murray. i don't see it. here is
> the
> same info on a plain-jane HTML page:
>
> http://video-excel.com/800.html
>
> see the <script> info on the above? if you look at the CMS page, that
> <script> info is not in the CMS page any more. so obviously that's why
> the
> jump is not working on CMS because it is working on the plain HTML page.
>
> any other ideas?
>


  Réponse avec citation
Vieux 02/06/2008, 22h04   #11
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

here's what i did. i copied all of the script and form code from:

http://video-excel.com/800.html

which works perfectly. then i pasted all of it into the CMS page and here is
the result:

http://cpso.gallaudet.edu/x15614.xml

as you'll see, the <script> is gone. the CMS program seems to do this
automatically after i paste it.

  Réponse avec citation
Vieux 02/06/2008, 22h27   #12
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

You link me to an XML page?

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g21n9i$5al$1@forums.macromedia.com...
> here's what i did. i copied all of the script and form code from:
>
> http://video-excel.com/800.html
>
> which works perfectly. then i pasted all of it into the CMS page and here
> is
> the result:
>
> http://cpso.gallaudet.edu/x15614.xml
>
> as you'll see, the <script> is gone. the CMS program seems to do this
> automatically after i paste it.
>


  Réponse avec citation
Vieux 02/06/2008, 23h38   #13
Deaf Mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

Right. the cms system we use on campus is an xml-based system.
  Réponse avec citation
Vieux 03/06/2008, 01h00   #14
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: simple form query

Just link me to the resulting page, please.

--
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
==================


"Deaf Mike" <webforumsuser@macromedia.com> wrote in message
news:g21spf$b0i$1@forums.macromedia.com...
> Right. the cms system we use on campus is an xml-based system.


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 18h35.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17982 seconds with 22 queries