Javascript GetElementById from a different file -


i have webpage href linking second page. second page has swf. want a tag in first webpage able getelementbyid, swf object. possible?

edit: need do: have main page 2 frames aligned vertically. second frame loads different pages based on button clicks. 1 such page swf. when 1 button clicked want page redirect swf page , send parameters swf why need getelementbyid

you pass parameters html documents. choices are:

  • add request parameter , evaluate in page (javascript has access url , can parse it. drawback (possible) - server side sees parameter )
  • add information anchor - javascript on target page can evaluate , whatever necessary. server not see this, , search engines not evaluate ( )

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -