Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Karthik Vemula
Hi

I have a problem. I have a web page that has a main page index.cgi.

it has some links in it.

When i click on the linkc i have their address as 

index.cgi?_SHOW_PAGE=11.  /// it is written in the documentation that when this 
link is clicked Will hit the database cwt_page_content with page_id = 5///


I need to make changes in that page source. I am unable to find where that page 
is located. Can you please help me telling how to find those files to change 
the content in that.

I would appreciate reply as soon as possible.

Thanks,


Regards,
Karthik Vemula,
Graduate Student,
Dept of CSSE,
Auburn University.

--
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/




Re: Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Gunnar Hjalmarsson

Karthik Vemula wrote:

I have a problem. I have a web page that has a main page index.cgi.

it has some links in it.

When i click on the linkc i have their address as

index.cgi?_SHOW_PAGE=11.  /// it is written in the documentation that 
when this link is clicked Will hit the database cwt_page_content 
with page_id = 5///


I need to make changes in that page source. I am unable to find where 
that page is located. Can you please help me telling how to find 
those files to change the content in that.


Look in the source of index.cgi.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/