Jump to content
php.lv forumi

Banneru rotācija.


toms42

Recommended Posts

<script type="text/javascript" language="JavaScript">

function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[2]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[3]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'
mycontent[4]='<a href=LINKS UZ WEBADRESI target=_blank><img border=0 src=LINKS UZ BILDI alt="" width="468" border="0" height="60"></a>'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->
</script>

 

Gribēju jautāt vai ir iespējam piemēram ievietot šo kodu faila rotacija.php un kaut kā iegūt saisni uz šo failu tā kad jeb kurā citā web varētu ielikt šos ratāciju bet editēt varētu tikai es šos failu rotacija.php ,ja ir iespējam varētu varbūt palīdzēt kāds?

varbūt ir kāds cits flash skripts vai kaut kas tāds ar ko varētu iegū šo lietu ,vēlos izveidot kaut ko līdziģu googles reklāmam :)

Edited by toms42
Link to comment
Share on other sites

Language atribūtam nav jābūt iekš <script> taga ...

JS kodam nav jābūt html failā.

 

Funkcija document.write() ir viens liels NO-NO.

Un na*uj tu glabā masīvā cvisu tag, nevis bilžu URL ?!?

 

Un php interpretātors nevar interpretēt JS kodu.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...