sandeepmur
Programmer
Hi,
Hope this is the right forum for my question..
I have a html page with a frameset in a ASP website with the following:
The page loads with the correct sources but clicking on the link "Candidatura espontânea" shows the following errors:
Warning: Bad arguments to implode() in /appli/apache/https- on line 764
Warning: Bad arguments to implode() in /appli/apache/https- on line 766
Warning: Bad arguments to implode() in /appli/apache/https- on line 767
Warning: Bad arguments to implode() in /appli/apache/https- on line 768
Warning: Bad arguments to implode() in /appli/apache/https- on line 769
Warning: Cannot add header information - headers already sent by (output started at /appli/apache/https- in /appli/apache/https- on line 781
WHats strange is that If I Load the url " directly in my webbrowser and clik the same link, the page loads perfectly fine...
Any suggestions as to what could be wrong ??
TIA,
sands
Hope this is the right forum for my question..
I have a html page with a frameset in a ASP website with the following:
Code:
<FRAMESET COLS="180,*" BORDER=0 framespacing="0" frameborder="NO">
<FRAME SRC="nav.asp?rub=2" MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no>
<FRAMESET ROWS="90,15,*" BORDER=0 FRAMEBORDER=no FRAMESPACING=0>
<FRAME SRC="bnd.htm" noresize marginheight="0" marginwidth="0" SCROLLING="no">
<FRAME SRC="files/pagehits2.asp" NAME="pagehit" marginheight="0" marginwidth="0">
<FRAME SRC="[URL unfurl="true"]http://www.altran.net/jobs/process.php?id_site=PT"[/URL] NAME="txt" marginheight="0" marginwidth="0">
<FRAME SRC="[URL unfurl="true"]http://www.altran.net/GIC/emploi/cv.php?<?[/URL] echo "id_site=$id_site&offer_id=$offer_id&ref_country_code=$ref_country_code&type_cv=$type_cv"; ?>" NAME="txt" marginheight="0" marginwidth="0">
<FRAME SRC="[URL unfurl="true"]http://www.altran.net/GIC/emploi/cv.php?id_site=PT"&offer_id=$offer_id&ref_country_code=$ref_country_code&type_cv=$type_cv";[/URL] ?>" NAME="txt" marginheight="0" marginwidth="0">
</FRAMESET>
</FRAMESET>
The page loads with the correct sources but clicking on the link "Candidatura espontânea" shows the following errors:
Warning: Bad arguments to implode() in /appli/apache/https- on line 764
Warning: Bad arguments to implode() in /appli/apache/https- on line 766
Warning: Bad arguments to implode() in /appli/apache/https- on line 767
Warning: Bad arguments to implode() in /appli/apache/https- on line 768
Warning: Bad arguments to implode() in /appli/apache/https- on line 769
Warning: Cannot add header information - headers already sent by (output started at /appli/apache/https- in /appli/apache/https- on line 781
WHats strange is that If I Load the url " directly in my webbrowser and clik the same link, the page loads perfectly fine...
Any suggestions as to what could be wrong ??
TIA,
sands