Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 15-04-2004, 11:27 AM
ardella's Avatar
New kid on the block
 
Join Date: Mar 2004
Location: PJ
Posts: 2
Rep Power: 0
ardella is on a distinguished road
print function

hi, can anybody here answer my question ?? plezz...

1) besides using 'printf()' function in php, is there any method to print a web page or certain file?

2) i want to print certain page/file by clicking a button located in 1 page... how?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 15-04-2004, 02:11 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
1) I am curious why you are looking for other function since the function - printf() is already there?

Anyway, if you don't want to use printf(), you may output a page by looping character by character... but that is not wise to do so.

2) you may use Javascript for the purpose. Here is sample code:
Code:
<script>
function printPage() {
window.print();  
}
</script>
Call the javascript function from link or button to print the page.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 13-05-2004, 12:50 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
yeah!
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
The hottest web,print and interactive design company in Malaysia ! riveron Websites Review and Suggestion 0 10-08-2005 12:36 PM
stripslashes() function for JSP? lcf Website Programming 3 21-04-2004 10:06 PM
Print Document hymns Website Programming 12 02-11-2003 05:11 PM
php : perbezaan print & echo progmania Website Programming 2 18-08-2003 09:14 AM
print kasih Website Programming 3 16-11-2002 11:25 AM


All times are GMT +8. The time now is 02:00 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61