• May 01, 2024, 06:31:59 pm

Author Topic: [CODE EXAMPLE] Open a website indside the App  (Read 1792 times)

0 Members and 1 Guest are viewing this topic.

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
[CODE EXAMPLE] Open a website indside the App
« on: September 20, 2012, 02:08:50 am »
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>TITLE HERE </title>
<meta http-equiv="REFRESH" content="0;url=URL GOES HERE">
</head>
<BODY>