Hyperlinks longer than 255 characters

  • Thread starter Thread starter Joshua A. Simpson
  • Start date Start date
J

Joshua A. Simpson

I am using frontpage xp to create a form that retrieves the data passed to
it within the hyperlink. I am trying to create a page to modify an access
database, and when i specify all of the fields i want pass, i get an error
that the hyperlink exceeds the 255 character limit. How can i pass the
records to my form and not exceed this limit? Thanks in advance.

Joshua Simpson
 
Use a form to post, that way you can pass data as hidden form fields or
store in Sessions, instead of as QueryString, and retrieve on the page that
post to the database.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top