|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Junior Member | I'm looking for php or jsp script that opens a link by provide id in a new window. Something like this: www.blah-blah.com/linkto.php?id=17 I assume the list of urls and id can be defined inside of the script of on the DB level. Does anybody have something like that to borrow? Thanks |
| |
|
| |||||||
| | #3 |
| Member Join Date: Dec 2005
Posts: 132
![]() | u can't do that with server side only because there's no HTTP status that specifies a url to be opened in a window (all instructions to the browsers are given through HTTP headers). u need to use a bit of client side to do that too.
__________________ Eat healthy, Stay Fit, Die Anyway. --==-- If there is a man who knows everything about women, there is a Windows distribution without bugs. |
| |
| | #4 |
| Junior Member Join Date: Dec 2006 Location: Malaysia
Posts: 33
![]() | why? can't you do it with query GET id? just change the url at the links lke this: first implement the script page with: $my_id = $_GET['id']; // id = your content id in database. if you want it to open in new window just config the _blank. <a href='http://www.xxx.com/xx.php?id=<?php echo"$my_id"; ?></a> i know its kind of confusing but... i used this in some of my web and its work fine. |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Business in window cleaning - Be the boss | clyde66 | Advertise your website | 0 | 09-25-2006 08:44 AM |
| Business in window cleaning - Be the boss | clyde66 | Advertise your website | 0 | 09-25-2006 08:36 AM |
| How to start a window cleaning business | clyde66 | General Talk | 4 | 08-20-2006 05:36 PM |
| 100% UNIQUE and CUSTOM arcade script. Start your own arcade script business! | Skribblez | Websites for Sale | 4 | 06-16-2006 05:54 PM |
| Some Websites the High PR Open for Ads | chatsolutionpoint | Advertise your website | 0 | 04-24-2006 11:15 AM |