Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ps_add_weblink(3) [php man page]

PS_ADD_WEBLINK(3)							 1							 PS_ADD_WEBLINK(3)

ps_add_weblink - Adds link to a web location

SYNOPSIS
bool ps_add_weblink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $url) DESCRIPTION
Places a hyperlink at the given position pointing to a web page. The hyperlink's source position is a rectangle with its lower left corner at ($llx, $lly) and its upper right corner at ($urx, $ury). The rectangle has by default a thin blue border. The note will not be visible if the document is printed or viewed but it will show up if the document is converted to pdf by either Acrobat Distillertm or Ghostview. PARAMETERS
o $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $llx - The x-coordinate of the lower left corner. o $lly - The y-coordinate of the lower left corner. o $urx - The x-coordinate of the upper right corner. o $ury - The y-coordinate of the upper right corner. o $url - The url of the hyperlink to be opened when clicking on this link, e.g. http://www.php.net. RETURN VALUES
Returns TRUE on success or FALSE on failure. SEE ALSO
ps_add_launchlink(3), ps_add_locallink(3), ps_add_pdflink(3). PHP Documentation Group PS_ADD_WEBLINK(3)

Check Out this Related Man Page

PS_ADD_LAUNCHLINK(3)							 1						      PS_ADD_LAUNCHLINK(3)

ps_add_launchlink - Adds link which launches file

SYNOPSIS
bool ps_add_launchlink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename) DESCRIPTION
Places a hyperlink at the given position pointing to a file program which is being started when clicked on. The hyperlink's source posi- tion is a rectangle with its lower left corner at (llx, lly) and its upper right corner at (urx, ury). The rectangle has by default a thin blue border. The note will not be visible if the document is printed or viewed but it will show up if the document is converted to pdf by either Acrobat Distillertm or Ghostview. PARAMETERS
o $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $llx - The x-coordinate of the lower left corner. o $lly - The y-coordinate of the lower left corner. o $urx - The x-coordinate of the upper right corner. o $ury - The y-coordinate of the upper right corner. o $filename - The path of the program to be started, when the link is clicked on. RETURN VALUES
Returns TRUE on success or FALSE on failure. SEE ALSO
ps_add_locallink(3), ps_add_pdflink(3), ps_add_weblink(3). PHP Documentation Group PS_ADD_LAUNCHLINK(3)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

CDE - Icon positions when ICONISING

Stupid question I know, but. I have a lot of users that have an application open, which covers the upper left corner of the screen. Because this app has a number of windows that can be open at once. I have been asked to enable the excess windows to iconise down the right hand side of the screen... (1 Reply)
Discussion started by: jagannatha
1 Replies

2. Post Here to Contact Site Administrators and Moderators

There is something strange with my account.

Whenever I see I post, I keep on seeing "IP: Logged" on the lower left-hand corner of the post (I do not click the logged link). And when I preview a user, I get "Administrative Options" on the bottom of the page. It is just strange that all of a sudden, I get these uneeded features. (1 Reply)
Discussion started by: Danny_10
1 Replies

3. UNIX for Dummies Questions & Answers

aliasing question in UNIX

Folks; I know this might sound stupid, but Can i alias a web link to another web link in a UNIX server? Let say i have a web link named http://test.new.com/wiki Can i alias that so when i click on it or i type it in the browser address it opens but the link in the browser say something like:... (1 Reply)
Discussion started by: Katkota
1 Replies

4. UNIX for Dummies Questions & Answers

reading web page source in unix

is there a command that allows you to take a url and grab the source code from the page and output it to stdout? i want to know because i want to grab a page and pass it thru another program to analyze the page. any help would be appreciated thanks (3 Replies)
Discussion started by: jaymzlee
3 Replies

5. AIX

hyperlink settings

Does anyone know the hyperlink settings to look at an AIX5L box? (1 Reply)
Discussion started by: vbagwell
1 Replies

6. AIX

HELP!windows hyperlink to 9600 baud 8N1

We are trying to use the Windows hyperlink as a console to our AIX box. We are using 9600 baud 8N1. (1 Reply)
Discussion started by: vbagwell
1 Replies

7. AIX

Connect to AIX via Windows hyperlink

We do not have a console for our box so we are trying to hyperlink in - does anyone know the settings? (9 Replies)
Discussion started by: vbagwell
9 Replies

8. Web Development

Sending two requests from one link

Hi everybody, Is it possible to have a URL link i.e. <a href=""></a>, which sends out two requests to a site? As an example, I want want to combine these two links. The first link loads files. The second link searches these files. But I want just one link, where went a user clicks on it,... (3 Replies)
Discussion started by: z1dane
3 Replies

9. Open Source

Applescript if url of tab contains "text" click link

this works for what i need it to, but need to add function that will click on link if urloftab contains "300" the last url of each page ends in "300", so i figure that if I add a function that for every tab it open it will also search to see if url contains "300". if it contains "300" click link... (0 Replies)
Discussion started by: ilovedoritos
0 Replies

10. Red Hat

Exclude a one of link in xcache?

What can I do ? In many of url Xcach dose not cache Webserver apache /etc/php.d/xcache.ini xcache.filter="url " that is correct ? PHP 5.4.45 (cli) (built: Jun 9 2016 12:28:19) Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies with XCache v3.1.1, Copyright (c) 2005-2014,... (0 Replies)
Discussion started by: mnnn
0 Replies