|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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. > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
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? > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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? > |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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 > |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
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? > |
|
|
|
#11 |
|
Messages: n/a
Hébergeur: |
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. |
|
|
|
#12 |
|
Messages: n/a
Hébergeur: |
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. > |
|
|
|
#13 |
|
Messages: n/a
Hébergeur: |
Right. the cms system we use on campus is an xml-based system.
|
|
|
|
#14 |
|
Messages: n/a
Hébergeur: |
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. |
|
![]() |
| Outils de la discussion | |
|
|