Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

please help with http header

Status
Not open for further replies.

danny12

Programmer
Aug 28, 2001
4
US
hi, I'm trying to use a cgi script to return a sibelius music file but some how it doesn't work. could anyone tell me what I'm doing wrong? here is the code that I have:

----- test.pl --------------------
#!/usr/local/bin/perl
print "Content-type: application/x-Sibelius-Score\n\n";
print "Location:
----- Html file -----------------
<html>
<body>
<EMBED src=&quot;cgi-bin/test.pl&quot;
width=600 height=776
type=&quot;application/x-Sibelius-Score&quot; codebase=&quot; pluginspage=&quot;</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top