This topic is locked
[SOLVED]

 Customoize Startup Page URL

4/17/2008 5:16:20 AM
ASPRunnerPro General questions
K
khyj author

In v5.2, if menu page is not used, the index.htmwill point to the _list.aspof the first table in the list.
My question is: are there any ways to change the redirect URL of the index page rather than hard-coding it in index.htm?
This is where I hard-code the URL (in index.htm):

<meta http-equiv=refresh content="0;url=project_list.asp">
Thank you!

Sergey Kornilov admin 4/17/2008

If you need to use another page as a start page of your application just point users directly to that page instead of sending them to index.htm.

K
khyj author 4/18/2008

Yes, obviously this is an easy way to go but not an favorable option in my case.

Will consider that. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=28180&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />
Thank you.