Print Page | Close Window

Client side to Server side?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9803
Printed Date: 31 March 2026 at 3:37am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Client side to Server side?
Posted By: mattymatt79
Subject: Client side to Server side?
Date Posted: 13 February 2004 at 10:29am
Ok,
I have a javascript applet and the script isnt 508 compliant because its well client side, it needs to be server side,
its a simple left hand navigation menu, my lack of knowledge on server side scripts is telling me that well maybe someone here could help me with some ideas on making this work through either ASP or something like that.. any help appreciated



Replies:
Posted By: Semikolon
Date Posted: 13 February 2004 at 10:32am

you cant use server side for a menu like that..

the code outputted from the server is plain html and client side script, so theres no solution for your javascript menu others than client side script..



Posted By: mattymatt79
Date Posted: 13 February 2004 at 10:36am
Well would doing it framed with the left navigation being an asp and the main view being asp as well?

Kinda like this ?
<FRAMESET border=0 frameborder=6 framespacing=0 cols="150,*">
    <FRAME    name        = "nav"
        src        = "leftbar.asp"
        frameborder    = 0
        marginwidth    = 4
        marginheight    = 0
        scrolling    = "no"
        noresize
        >
    <FRAME    name        = "main"
        src        = "active.asp"
        frameborder    = 0
        marginwidth    = 0
        marginheight    = 0
        scrolling    = "yes"
        noresize
        >
</FRAMESET>
   
</HTML>



Posted By: Semikolon
Date Posted: 13 February 2004 at 10:40am


Posted By: mattymatt79
Date Posted: 13 February 2004 at 10:46am
Ok,
im being serious,
I really have no idea, would that work?


Posted By: Semikolon
Date Posted: 13 February 2004 at 10:50am

i dont understand what you mean

what you have there is just plain html



Posted By: Semikolon
Date Posted: 13 February 2004 at 10:50am
but the best way to find out if something works or not is to test it


Posted By: mattymatt79
Date Posted: 13 February 2004 at 10:52am
yes well im saying if i have the page set up as html
in frames
and i make the menu via asp would it work that way or am I viewing this way above what it needs to be and simple static html would work?


Posted By: Semikolon
Date Posted: 13 February 2004 at 11:01am

i think it should work.. no reason not to..

but as i said, the best way to find out something is to try it out



Posted By: Bluefrog
Date Posted: 13 February 2004 at 12:19pm

What part of 508 compliance are you trying to meet?

Frames are almost always a bad idea. With ASP, you certainly don't need them to reuse code.



-------------
http://renegademinds.com/" rel="nofollow - Renegade Minds - Guitar Software http://renegademinds.com/Default.aspx?tabid=65" rel="nofollow - Slow Down Music


Posted By: mattymatt79
Date Posted: 13 February 2004 at 1:26pm
Our pages have to completly adhere to 508
every piece of code has to be 508 if there is anything that might not be 508 it wont pass... its pretty anal




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net