www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Content Server    Inserting canned query links in Word documents
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
Found out that Microsoft Word has a character limit on the size of a URL so some of my canned query strings cannot be inserted as hyperlinks into Word. Any suggestions on this. I have tried removing almost all unnecessary information from the string but it is still a wee bit too long.

Jennifer
 
Posts: 171 | Registered: Tue June 08 2004Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
you could link to a page that redirects to the desired url.

eg. make html pages with a redirect header, name them appropriately and put them somewhere on a server so that they are accessible by your audience.

a simple redirect can be accomplished in many ways, a simple way would be using the meta refresh HTML tag.

<meta http-equiv="refresh" content="1;url=http://myserver.net/dbtw-pub/...">



redirect after 1 second to http://myserver.net/dbtw-pub/...

Using this method you can also modify the canned queries down the road if you need to - and people will get the most current "canned query" when they browse to the link.


Luke Stephenson
 
Posts: 112 | Location: Ottawa, Ont, Canada | Registered: Sun July 13 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

www.Inmagic.com    Inmagic Forums    Inmagic Forums  Hop To Forum Categories  Content Server    Inserting canned query links in Word documents