[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
GIF from other site
Hey Arnon !!!!
Do you need the gif Image only ? OR Do you need the Hyperlink
If you need only the GIF image try to download it and save it in ur hard
drive and try to give a path name to call that gif image
Declare-image logo1
type=gif-file
source='Pics\opportun.gif'
image-size = (40,15)
end-declare
but if you need the whole hyperlink there is an Include file called HTML.INC
which you might be interested in using
After that
you might call the procedure in your SQr like this
do html_a('href="http://www.scps.k12.fl.us/site/site.html"')
print 'MAIN' (+1,15) BOLD
do html_a_end
do
html_a('href="http://www.scps.k12.fl.us/Human_Resources/Application%20Instructio
ns.htm"')
print 'DOWNLOAD APPLICATIONS' (,30) BOLD
do html_a_end
do
html_a('href="http://www.scps.k12.fl.us/Human_Resources/JobDescrptIndex.html"')
print 'JOB DESCRIPTION INDEX' (,65) BOLD
do html_a_end
Hope that helps
Deepak