UPOINT:: CGI Scripts: FAQ

Title: @1 Categorized Headlines Publisher: Standard logo on pop-up windows
Adding standard logo (as background) on the pop-up windows

Sample: Pop-Up Sample

Step 1:
Added to end of news.config:
PopUpBgImg=[URL TO MY IMAGE]

Step 2:
In headlines.cgi, change this:
print $q->start_html(-title=>$lines[$index], -bgcolor=>$config{'popUpBGColor'}, -link=>$config{'popUpLinkColor'}, -vlink=>$config{'popUpLinkColor'}, -alink=>$config{'popUpLinkColor'});

To this:
print $q->start_html(-title=>$lines[$index], -background=>$config{'PopUpBgImg'}, -bgcolor=>$config{'popUpBGColor'}, -link=>$config{'popUpLinkColor'}, -vlink=>$config{'popUpLinkColor'}, -alink=>$config{'popUpLinkColor'});

Shared by our Silver Member: Scott of jswwebdesign.com

  Powered by Document Publisher