Welcome To Snipplr


Everyone's Recent Snippets Tagged url



1 ... 5 6 7 8 9 Next »
Adobe Air has a few security settings that stops you executing certain AIR methods when inside the sandbox. The code below bridges between the root document and the security sandbox, allowing you to open a URL in AIR in a default browser.
1 1419 posted 17 years ago by 1man
ej: echo keepqsSinParametro('hola','hola=mundo&mundo=lindo&hola=chau'); #out = mundo=lindo
0 1155 posted 17 years ago by nicolaspar
to call this function you would use "asfunction:myFunction,argument1,argument2,argument3" as the href in the tag in an HTML text box.
0 1671 posted 18 years ago by Bonky
1 1498 posted 18 years ago by llbbl
Para marcar navegaciones según la página.
2 1454 posted 18 years ago by nicolaspar
1 1160 posted 18 years ago by nicolaspar
This function extracts a value from a url. Very useful for tracking codes. For example, you have a url http://your.url/?source=666999, and you need the source number to be placed into a variable. Use the code below.
2 1412 posted 18 years ago by 1man
3 2467 posted 18 years ago by spider
Works in IE. FF 1.5 hides URL, but does not show displayed url.
3 1418 posted 18 years ago by tohagan
0 1175 posted 18 years ago by whitetiger
0 1105 posted 18 years ago by whitetiger
0 1157 posted 18 years ago by whitetiger
0 1198 posted 18 years ago by whitetiger
0 1551 posted 18 years ago by whitetiger
2 1764 posted 18 years ago by whitetiger
Dots match any charecter, this matches any 7 chars. You need to change that bit to match a different pattern.
1 1507 posted 19 years ago by rengber
Read a page's GET URL variables and return them as an associative array. ---- Example for URL http://www.example.com/index.html?hello=bonjour&goodevening=bonsoir var hash = getUrlVars(); alert(hash['hello']); // prints 'bonjour' alert(hash...
35 13373 posted 19 years ago by Roshambo
3 1451 posted 19 years ago by cochambre
See javadoc style comment in source.
2 1681 posted 19 years ago by ishikawa
1 ... 5 6 7 8 9 Next »